Html Css Color HEX #E08FA9 Kobi

📋 copy color: '#E08FA9'

red 224 ◦ green 143 ◦ blue 169

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

Shades of Kobi #E08FA9

Tints of Kobi #E08FA9

RGB

 RED value IS 224 (87.89% from 255) = 41.79%

 GREEN value IS 143 (56.25% from 255) = 26.68%

 BLUE value IS 169 (66.41% from 255) = 31.53%

R = 41.79%
G = 26.68%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E08FA9 (or 0xE08FA9) is known color: Kobi. HEX triplet: E0, 8F and A9. RGB value is (224,143,169). Sum of RGB (Red+Green+Blue) = 224+143+169=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 169 (66.41% from 255 or 31.53% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E08FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08FA9 is #1F7056. Grayscale: #AAAAAA. Windows color (decimal): -2060375 or 11112416. OLE color: 11112416.

HSL color Cylindrical-coordinate representation of color #E08FA9: hue angle of 340.74º 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 #E08FA9 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 143 169 -
CMYK 0 0.36 0.25 0.12
HSL 340.74º 0.57% 0.72% -
HSV(B) 340.74º 0.36% 0.88% -
XYZ 47.72 38.36 42.42 -
YUV 170.18 127.34 166.39 -
System Red Green Blue C M Y K H S L
Decimal 224 143 169 0 0.36 0.25 0.12 340.74 0.57 0.72
Hex E0 8F A9 0 24 19 C 155 39 48
Octal 340 217 251 0 44 31 14 525 71 110
Binary 11100000 10001111 10101001 0 100100 11001 1100 101010101 111001 1001000

Color Harmonies of #E08FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08FA9

Black with #E08FA9

Text Example


Text Example

White with #E08FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08FA9; }

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

 H1.HeaderClassName
 {
   color: #E08FA9;
 }
 .AnyTagClassName
 {
   color: #E08FA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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