Html Css Color HEX #E08BA6 Kobi

📋 copy color: '#E08BA6'

red 224 ◦ green 139 ◦ blue 166

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

Shades of Kobi #E08BA6

Tints of Kobi #E08BA6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.28%

 BLUE value IS 166 (65.23% from 255) = 31.38%

R = 42.34%
G = 26.28%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E08BA6 (or 0xE08BA6) is known color: Kobi. HEX triplet: E0, 8B and A6. RGB value is (224,139,166). Sum of RGB (Red+Green+Blue) = 224+139+166=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E08BA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08BA6 is #1F7459. Grayscale: #A7A7A7. Windows color (decimal): -2061402 or 10914784. OLE color: 10914784.

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

Color convert

RGB 224 139 166 -
CMYK 0 0.38 0.26 0.12
HSL 340.94º 0.58% 0.71% -
HSV(B) 340.94º 0.38% 0.88% -
XYZ 46.86 37.07 40.76 -
YUV 167.49 127.16 168.3 -
System Red Green Blue C M Y K H S L
Decimal 224 139 166 0 0.38 0.26 0.12 340.94 0.58 0.71
Hex E0 8B A6 0 26 1A C 155 3A 47
Octal 340 213 246 0 46 32 14 525 72 107
Binary 11100000 10001011 10100110 0 100110 11010 1100 101010101 111010 1000111

Color Harmonies of #E08BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08BA6

Black with #E08BA6

Text Example


Text Example

White with #E08BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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