Html Css Color HEX #E08BB0 Kobi

📋 copy color: '#E08BB0'

red 224 ◦ green 139 ◦ blue 176

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

Shades of Kobi #E08BB0

Tints of Kobi #E08BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.65%

R = 41.56%
G = 25.79%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E08BB0 (or 0xE08BB0) is known color: Kobi. HEX triplet: E0, 8B and B0. RGB value is (224,139,176). Sum of RGB (Red+Green+Blue) = 224+139+176=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E08BB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08BB0 is #1F744F. Grayscale: #A8A8A8. Windows color (decimal): -2061392 or 11570144. OLE color: 11570144.

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

Color convert

RGB 224 139 176 -
CMYK 0 0.38 0.21 0.12
HSL 333.88º 0.58% 0.71% -
HSV(B) 333.88º 0.38% 0.88% -
XYZ 47.81 37.45 45.78 -
YUV 168.63 132.16 167.49 -
System Red Green Blue C M Y K H S L
Decimal 224 139 176 0 0.38 0.21 0.12 333.88 0.58 0.71
Hex E0 8B B0 0 26 15 C 14E 3A 47
Octal 340 213 260 0 46 25 14 516 72 107
Binary 11100000 10001011 10110000 0 100110 10101 1100 101001110 111010 1000111

Color Harmonies of #E08BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08BB0

Black with #E08BB0

Text Example


Text Example

White with #E08BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08BB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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