#E08DB4

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

Shades of Kobi #E08DB4

Tints of Kobi #E08DB4

Color information

#E08DB4 (or 0xE08DB4) is unknown color: approx Kobi. HEX triplet: E0, 8D and B4. RGB value is (224,141,180). Sum of RGB (Red+Green+Blue) = 224+141+180=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E08DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08DB4 is #1F724B. Grayscale: #AAAAAA. Windows color (decimal): -2060876 or 11832800. OLE color: 11832800.

HSL color Cylindrical-coordinate representation of color #E08DB4: hue angle of 331.81º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E08DB4 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB224141180-
CMYK00.370.200.12
HSL331.81º57.24%71.57%-
HSV(B)331.81º37.05%87.84%-
XYZ48.538.1948-
YUV170.26133.5166.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.10%
GREEN value IS 141 (55.47% from 255) = 25.87%
BLUE value IS 180 (70.70% from 255) = 33.03%
R=41.10%
G=25.87%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414118000.370.200.12331.8157.2471.57
HexE08DB402514C14c3948
Octal340215264045241451471110
Binary11100000100011011011010001001011010011001010011001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08DB4; }

 p { color: rgb(224,141,180); }

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

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

 a { background-color: rgb(224,141,180); }

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

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

 span { border-color: rgb(224,141,180); }

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