#E38EAF

Color #E38EAF Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #E38EAF

Tints of Kobi #E38EAF

Color information

#E38EAF (or 0xE38EAF) is unknown color: approx Kobi. HEX triplet: E3, 8E and AF. RGB value is (227,142,175). Sum of RGB (Red+Green+Blue) = 227+142+175=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 142 (55.86% from 255 or 26.10% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 227 - color contains mainly: red. Hex color #E38EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38EAF is #1C7150. Grayscale: #ABABAB. Windows color (decimal): -1864017 or 11505379. OLE color: 11505379.

HSL color Cylindrical-coordinate representation of color #E38EAF: hue angle of 336.71º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E38EAF is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB227142175-
CMYK00.370.230.11
HSL336.71º60.28%72.35%-
HSV(B)336.71º37.44%89.02%-
XYZ49.0938.7745.45-
YUV171.18130.16167.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 227 (89.06% from 255) = 41.73%
GREEN value IS 142 (55.86% from 255) = 26.10%
BLUE value IS 175 (68.75% from 255) = 32.17%
R=41.73%
G=26.10%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714217500.370.230.11336.7160.2872.35
HexE38EAF02517B1513c48
Octal343216257045271352174110
Binary11100011100011101010111101001011011110111010100011111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38EAF; }

 p { color: rgb(227,142,175); }

 H1.HeaderClassName
 {
   color: #E38EAF;
 }
 .AnyTagClassName
 {
   color: #E38EAF;
 }
</style>
background-color css

<style>
 a { background-color: #E38EAF; }

 a { background-color: rgb(227,142,175); }

 div.DivClassName
 {
   background-color: #E38EAF;
 }
 .BgClassName
 {
   background-color: #E38EAF;
 }
</style>
border-color css

<style>
 span { border-color: #E38EAF; }

 span { border-color: rgb(227,142,175); }

 td.TdClassName
 {
   border-color: #E38EAF;
 }
 .TagClassName
 {
   border-color: #E38EAF;
 }
</style>