#E08F9E

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

Shades of Kobi #E08F9E

Tints of Kobi #E08F9E

Color information

#E08F9E (or 0xE08F9E) is unknown color: approx Kobi. HEX triplet: E0, 8F and 9E. RGB value is (224,143,158). Sum of RGB (Red+Green+Blue) = 224+143+158=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08F9E is #1F7061. Grayscale: #A8A8A8. Windows color (decimal): -2060386 or 10391520. OLE color: 10391520.

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

Color convert

RGB224143158-
CMYK00.360.290.12
HSL348.89º56.64%71.96%-
HSV(B)348.89º36.16%87.84%-
XYZ46.7337.9637.21-
YUV168.93121.84167.28-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.67%
GREEN value IS 143 (56.25% from 255) = 27.24%
BLUE value IS 158 (62.11% from 255) = 30.10%
R=42.67%
G=27.24%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414315800.360.290.12348.8956.6471.96
HexE08F9E0241DC15d3948
Octal340217236044351453571110
Binary11100000100011111001111001001001110111001010111011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E08F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E08F9E; }

 p { color: rgb(224,143,158); }

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

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

 a { background-color: rgb(224,143,158); }

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

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

 span { border-color: rgb(224,143,158); }

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