#EA84AE

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

Shades of Kobi #EA84AE

Tints of Kobi #EA84AE

Color information

#EA84AE (or 0xEA84AE) is unknown color: approx Kobi. HEX triplet: EA, 84 and AE. RGB value is (234,132,174). Sum of RGB (Red+Green+Blue) = 234+132+174=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 132 (51.95% from 255 or 24.44% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EA84AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA84AE is #157B51. Grayscale: #A7A7A7. Windows color (decimal): -1407826 or 11437290. OLE color: 11437290.

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

Color convert

RGB234132174-
CMYK00.440.260.08
HSL335.29º70.83%71.76%-
HSV(B)335.29º43.59%91.76%-
XYZ49.8237.0544.57-
YUV167.29131.79175.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.33%
GREEN value IS 132 (51.95% from 255) = 24.44%
BLUE value IS 174 (68.36% from 255) = 32.22%
R=43.33%
G=24.44%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413217400.440.260.08335.2970.8371.76
HexEA84AE02C1A814f4748
Octal3522042560543210517107110
Binary111010101000010010101110010110011010100010100111110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA84AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA84AE; }

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

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

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

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

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

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

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

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