Html Css Color HEX #E08FAB Kobi

📋 copy color: '#E08FAB'

red 224 ◦ green 143 ◦ blue 171

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

Shades of Kobi #E08FAB

Tints of Kobi #E08FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 31.78%

R = 41.64%
G = 26.58%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E08FAB (or 0xE08FAB) is known color: Kobi. HEX triplet: E0, 8F and AB. RGB value is (224,143,171). Sum of RGB (Red+Green+Blue) = 224+143+171=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E08FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08FAB is #1F7054. Grayscale: #AAAAAA. Windows color (decimal): -2060373 or 11243488. OLE color: 11243488.

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

Color convert

RGB 224 143 171 -
CMYK 0 0.36 0.24 0.12
HSL 339.26º 0.57% 0.72% -
HSV(B) 339.26º 0.36% 0.88% -
XYZ 47.91 38.43 43.42 -
YUV 170.41 128.34 166.22 -
System Red Green Blue C M Y K H S L
Decimal 224 143 171 0 0.36 0.24 0.12 339.26 0.57 0.72
Hex E0 8F AB 0 24 18 C 153 39 48
Octal 340 217 253 0 44 30 14 523 71 110
Binary 11100000 10001111 10101011 0 100100 11000 1100 101010011 111001 1001000

Color Harmonies of #E08FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08FAB

Black with #E08FAB

Text Example


Text Example

White with #E08FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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