Html Css Color HEX #E086B0 Kobi

📋 copy color: '#E086B0'

red 224 ◦ green 134 ◦ blue 176

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

Shades of Kobi #E086B0

Tints of Kobi #E086B0

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.09%

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

R = 41.95%
G = 25.09%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E086B0 (or 0xE086B0) is known color: Kobi. HEX triplet: E0, 86 and B0. RGB value is (224,134,176). Sum of RGB (Red+Green+Blue) = 224+134+176=534 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.95% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 224 - color contains mainly: red. Hex color #E086B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E086B0 is #1F794F. Grayscale: #A5A5A5. Windows color (decimal): -2062672 or 11568864. OLE color: 11568864.

HSL color Cylindrical-coordinate representation of color #E086B0: hue angle of 332º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E086B0 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 134 176 -
CMYK 0 0.40 0.21 0.12
HSL 332º 0.59% 0.7% -
HSV(B) 332º 0.4% 0.88% -
XYZ 47.1 36.03 45.55 -
YUV 165.7 133.82 169.58 -
System Red Green Blue C M Y K H S L
Decimal 224 134 176 0 0.40 0.21 0.12 332 0.59 0.7
Hex E0 86 B0 0 28 15 C 14C 3B 46
Octal 340 206 260 0 50 25 14 514 73 106
Binary 11100000 10000110 10110000 0 101000 10101 1100 101001100 111011 1000110

Color Harmonies of #E086B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E086B0

Black with #E086B0

Text Example


Text Example

White with #E086B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E086B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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