#E38EAD

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

Shades of Kobi #E38EAD

Tints of Kobi #E38EAD

Color information

#E38EAD (or 0xE38EAD) is unknown color: approx Kobi. HEX triplet: E3, 8E and AD. RGB value is (227,142,173). Sum of RGB (Red+Green+Blue) = 227+142+173=542 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.88% from 542); Green value is 142 (55.86% from 255 or 26.20% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 227 - color contains mainly: red. Hex color #E38EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38EAD is #1C7152. Grayscale: #AAAAAA. Windows color (decimal): -1864019 or 11374307. OLE color: 11374307.

HSL color Cylindrical-coordinate representation of color #E38EAD: hue angle of 338.12º 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 #E38EAD is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB227142173-
CMYK00.370.240.11
HSL338.12º60.28%72.35%-
HSV(B)338.12º37.44%89.02%-
XYZ48.8938.6944.43-
YUV170.95129.16167.98-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.88%
GREEN value IS 142 (55.86% from 255) = 26.20%
BLUE value IS 173 (67.97% from 255) = 31.92%
R=41.88%
G=26.20%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714217300.370.240.11338.1260.2872.35
HexE38EAD02518B1523c48
Octal343216255045301352274110
Binary11100011100011101010110101001011100010111010100101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38EAD; }

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

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

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

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

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

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

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

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