#E08BB4

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

Shades of Kobi #E08BB4

Tints of Kobi #E08BB4

Color information

#E08BB4 (or 0xE08BB4) is unknown color: approx Kobi. HEX triplet: E0, 8B and B4. RGB value is (224,139,180). Sum of RGB (Red+Green+Blue) = 224+139+180=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 139 (54.69% from 255 or 25.60% from 543); Blue value is 180 (70.70% from 255 or 33.15% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E08BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08BB4 is #1F744B. Grayscale: #A9A9A9. Windows color (decimal): -2061388 or 11832288. OLE color: 11832288.

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

Color convert

RGB224139180-
CMYK00.380.200.12
HSL331.06º57.82%71.18%-
HSV(B)331.06º37.95%87.84%-
XYZ48.2137.6147.9-
YUV169.09134.16167.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.25%
GREEN value IS 139 (54.69% from 255) = 25.60%
BLUE value IS 180 (70.70% from 255) = 33.15%
R=41.25%
G=25.60%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413918000.380.200.12331.0657.8271.18
HexE08BB402614C14b3a47
Octal340213264046241451372107
Binary11100000100010111011010001001101010011001010010111110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08BB4; }

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

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

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

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

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

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

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

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