Html Css Color HEX #E086B1 Kobi

📋 copy color: '#E086B1'

red 224 ◦ green 134 ◦ blue 177

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

Shades of Kobi #E086B1

Tints of Kobi #E086B1

RGB

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

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

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

R = 41.87%
G = 25.05%
B = 33.08%

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

#E086B1 (or 0xE086B1) is known color: Kobi. HEX triplet: E0, 86 and B1. RGB value is (224,134,177). Sum of RGB (Red+Green+Blue) = 224+134+177=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 134 (52.73% from 255 or 25.05% from 535); Blue value is 177 (69.53% from 255 or 33.08% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E086B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E086B1 is #1F794E. Grayscale: #A5A5A5. Windows color (decimal): -2062671 or 11634400. OLE color: 11634400.

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

Color convert

RGB 224 134 177 -
CMYK 0 0.40 0.21 0.12
HSL 331.33º 0.59% 0.7% -
HSV(B) 331.33º 0.4% 0.88% -
XYZ 47.2 36.07 46.07 -
YUV 165.81 134.32 169.5 -
System Red Green Blue C M Y K H S L
Decimal 224 134 177 0 0.40 0.21 0.12 331.33 0.59 0.7
Hex E0 86 B1 0 28 15 C 14B 3B 46
Octal 340 206 261 0 50 25 14 513 73 106
Binary 11100000 10000110 10110001 0 101000 10101 1100 101001011 111011 1000110

Color Harmonies of #E086B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E086B1

Black with #E086B1

Text Example


Text Example

White with #E086B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E086B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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