Html Css Color HEX #E08F9E Kobi

📋 copy color: '#E08F9E'

red 224 ◦ green 143 ◦ blue 158

#E08F9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kobi #E08F9E

Tints of Kobi #E08F9E

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.1%

R = 42.67%
G = 27.24%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E08F9E (or 0xE08F9E) is known color: 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

RGB 224 143 158 -
CMYK 0 0.36 0.29 0.12
HSL 348.89º 0.57% 0.72% -
HSV(B) 348.89º 0.36% 0.88% -
XYZ 46.73 37.96 37.21 -
YUV 168.93 121.84 167.28 -
System Red Green Blue C M Y K H S L
Decimal 224 143 158 0 0.36 0.29 0.12 348.89 0.57 0.72
Hex E0 8F 9E 0 24 1D C 15D 39 48
Octal 340 217 236 0 44 35 14 535 71 110
Binary 11100000 10001111 10011110 0 100100 11101 1100 101011101 111001 1001000

Color Harmonies of #E08F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08F9E

Black with #E08F9E

Text Example


Text Example

White with #E08F9E

Text Example


Text Example

HTML Codes & Css Web 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>