#EA89AE

Color #EA89AE Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #EA89AE

Tints of Kobi #EA89AE

Color information

#EA89AE (or 0xEA89AE) is unknown color: approx Kobi. HEX triplet: EA, 89 and AE. RGB value is (234,137,174). Sum of RGB (Red+Green+Blue) = 234+137+174=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 137 (53.91% from 255 or 25.14% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EA89AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA89AE is #157651. Grayscale: #AAAAAA. Windows color (decimal): -1406546 or 11438570. OLE color: 11438570.

HSL color Cylindrical-coordinate representation of color #EA89AE: hue angle of 337.11º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA89AE is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB234137174-
CMYK00.410.260.08
HSL337.11º69.78%72.75%-
HSV(B)337.11º41.45%91.76%-
XYZ50.5238.4444.8-
YUV170.22130.14173.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 137 (53.91% from 255) = 25.14%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=42.94%
G=25.14%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413717400.410.260.08337.1169.7872.75
HexEA89AE0291A81514649
Octal3522112560513210521106111
Binary111010101000100110101110010100111010100010101000110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA89AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA89AE; }

 p { color: rgb(234,137,174); }

 H1.HeaderClassName
 {
   color: #EA89AE;
 }
 .AnyTagClassName
 {
   color: #EA89AE;
 }
</style>
background-color css

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

 a { background-color: rgb(234,137,174); }

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

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

 span { border-color: rgb(234,137,174); }

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