#EA4AB8

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

Shades of Brilliant Rose #EA4AB8

Tints of Brilliant Rose #EA4AB8

Color information

#EA4AB8 (or 0xEA4AB8) is unknown color: approx Brilliant Rose. HEX triplet: EA, 4A and B8. RGB value is (234,74,184). Sum of RGB (Red+Green+Blue) = 234+74+184=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 74 (29.30% from 255 or 15.04% from 492); Blue value is 184 (72.27% from 255 or 37.40% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4AB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA4AB8 is #15B547. Grayscale: #868686. Windows color (decimal): -1422664 or 12077802. OLE color: 12077802.

HSL color Cylindrical-coordinate representation of color #EA4AB8: hue angle of 318.75º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA4AB8 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB23474184-
CMYK00.680.210.08
HSL318.75º79.21%60.39%-
HSV(B)318.75º68.38%91.76%-
XYZ45.0325.8547.96-
YUV134.38156.01199.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.56%
GREEN value IS 74 (29.30% from 255) = 15.04%
BLUE value IS 184 (72.27% from 255) = 37.40%
R=47.56%
G=15.04%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2347418400.680.210.08318.7579.2160.39
HexEA4AB804415813f4f3c
Octal3521122700104251047711774
Binary11101010100101010111000010001001010110001001111111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4AB8; }

 p { color: rgb(234,74,184); }

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

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

 a { background-color: rgb(234,74,184); }

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

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

 span { border-color: rgb(234,74,184); }

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