Html Css Color HEX #E087A6 Kobi

📋 copy color: '#E087A6'

red 224 ◦ green 135 ◦ blue 166

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

Shades of Kobi #E087A6

Tints of Kobi #E087A6

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.71%

 BLUE value IS 166 (65.23% from 255) = 31.62%

R = 42.67%
G = 25.71%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E087A6 (or 0xE087A6) is known color: Kobi. HEX triplet: E0, 87 and A6. RGB value is (224,135,166). Sum of RGB (Red+Green+Blue) = 224+135+166=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 135 (53.12% from 255 or 25.71% from 525); Blue value is 166 (65.23% from 255 or 31.62% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E087A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E087A6 is #1F7859. Grayscale: #A5A5A5. Windows color (decimal): -2062426 or 10913760. OLE color: 10913760.

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

Color convert

RGB 224 135 166 -
CMYK 0 0.40 0.26 0.12
HSL 339.1º 0.59% 0.7% -
HSV(B) 339.1º 0.4% 0.88% -
XYZ 46.29 35.93 40.57 -
YUV 165.15 128.49 169.98 -
System Red Green Blue C M Y K H S L
Decimal 224 135 166 0 0.40 0.26 0.12 339.1 0.59 0.7
Hex E0 87 A6 0 28 1A C 153 3B 46
Octal 340 207 246 0 50 32 14 523 73 106
Binary 11100000 10000111 10100110 0 101000 11010 1100 101010011 111011 1000110

Color Harmonies of #E087A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E087A6

Black with #E087A6

Text Example


Text Example

White with #E087A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E087A6; }

 p { color: rgb(224,135,166); }

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

background-color css

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

 a { background-color: rgb(224,135,166); }

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

border-color css

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

 span { border-color: rgb(224,135,166); }

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