Html Css Color HEX #E08BB1 Kobi

📋 copy color: '#E08BB1'

red 224 ◦ green 139 ◦ blue 177

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

Shades of Kobi #E08BB1

Tints of Kobi #E08BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 32.78%

R = 41.48%
G = 25.74%
B = 32.78%

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

#E08BB1 (or 0xE08BB1) is known color: Kobi. HEX triplet: E0, 8B and B1. RGB value is (224,139,177). Sum of RGB (Red+Green+Blue) = 224+139+177=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 177 (69.53% from 255 or 32.78% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E08BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08BB1 is #1F744E. Grayscale: #A8A8A8. Windows color (decimal): -2061391 or 11635680. OLE color: 11635680.

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

Color convert

RGB 224 139 177 -
CMYK 0 0.38 0.21 0.12
HSL 333.18º 0.58% 0.71% -
HSV(B) 333.18º 0.38% 0.88% -
XYZ 47.91 37.49 46.31 -
YUV 168.75 132.66 167.41 -
System Red Green Blue C M Y K H S L
Decimal 224 139 177 0 0.38 0.21 0.12 333.18 0.58 0.71
Hex E0 8B B1 0 26 15 C 14D 3A 47
Octal 340 213 261 0 46 25 14 515 72 107
Binary 11100000 10001011 10110001 0 100110 10101 1100 101001101 111010 1000111

Color Harmonies of #E08BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08BB1

Black with #E08BB1

Text Example


Text Example

White with #E08BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08BB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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