Html Css Color HEX #E08CB4 Kobi

📋 copy color: '#E08CB4'

red 224 ◦ green 140 ◦ blue 180

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

Shades of Kobi #E08CB4

Tints of Kobi #E08CB4

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.74%

 BLUE value IS 180 (70.7% from 255) = 33.09%

R = 41.18%
G = 25.74%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E08CB4 (or 0xE08CB4) is known color: Kobi. HEX triplet: E0, 8C and B4. RGB value is (224,140,180). Sum of RGB (Red+Green+Blue) = 224+140+180=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E08CB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08CB4 is #1F734B. Grayscale: #A9A9A9. Windows color (decimal): -2061132 or 11832544. OLE color: 11832544.

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

Color convert

RGB 224 140 180 -
CMYK 0 0.38 0.20 0.12
HSL 331.43º 0.58% 0.71% -
HSV(B) 331.43º 0.38% 0.88% -
XYZ 48.36 37.9 47.95 -
YUV 169.68 133.83 166.75 -
System Red Green Blue C M Y K H S L
Decimal 224 140 180 0 0.38 0.20 0.12 331.43 0.58 0.71
Hex E0 8C B4 0 26 14 C 14B 3A 47
Octal 340 214 264 0 46 24 14 513 72 107
Binary 11100000 10001100 10110100 0 100110 10100 1100 101001011 111010 1000111

Color Harmonies of #E08CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08CB4

Black with #E08CB4

Text Example


Text Example

White with #E08CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08CB4; }

 p { color: rgb(224,140,180); }

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

background-color css

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

 a { background-color: rgb(224,140,180); }

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

border-color css

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

 span { border-color: rgb(224,140,180); }

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