Html Css Color HEX #E087AA Kobi

📋 copy color: '#E087AA'

red 224 ◦ green 135 ◦ blue 170

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

Shades of Kobi #E087AA

Tints of Kobi #E087AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.14%

R = 42.34%
G = 25.52%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E087AA (or 0xE087AA) is known color: Kobi. HEX triplet: E0, 87 and AA. RGB value is (224,135,170). Sum of RGB (Red+Green+Blue) = 224+135+170=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 135 (53.12% from 255 or 25.52% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E087AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E087AA is #1F7855. Grayscale: #A5A5A5. Windows color (decimal): -2062422 or 11175904. OLE color: 11175904.

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

Color convert

RGB 224 135 170 -
CMYK 0 0.40 0.24 0.12
HSL 336.4º 0.59% 0.7% -
HSV(B) 336.4º 0.4% 0.88% -
XYZ 46.66 36.08 42.53 -
YUV 165.6 130.49 169.65 -
System Red Green Blue C M Y K H S L
Decimal 224 135 170 0 0.40 0.24 0.12 336.4 0.59 0.7
Hex E0 87 AA 0 28 18 C 150 3B 46
Octal 340 207 252 0 50 30 14 520 73 106
Binary 11100000 10000111 10101010 0 101000 11000 1100 101010000 111011 1000110

Color Harmonies of #E087AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E087AA

Black with #E087AA

Text Example


Text Example

White with #E087AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E087AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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