#EA53A4

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

Shades of Brilliant Rose #EA53A4

Tints of Brilliant Rose #EA53A4

Color information

#EA53A4 (or 0xEA53A4) is unknown color: approx Brilliant Rose. HEX triplet: EA, 53 and A4. RGB value is (234,83,164). Sum of RGB (Red+Green+Blue) = 234+83+164=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EA53A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA53A4 is #15AC5B. Grayscale: #898989. Windows color (decimal): -1420380 or 10769386. OLE color: 10769386.

HSL color Cylindrical-coordinate representation of color #EA53A4: hue angle of 327.81º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA53A4 is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB23483164-
CMYK00.650.300.08
HSL327.81º78.24%62.16%-
HSV(B)327.81º64.53%91.76%-
XYZ43.7326.3637.91-
YUV137.38143.03196.91-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.65%
GREEN value IS 83 (32.81% from 255) = 17.26%
BLUE value IS 164 (64.45% from 255) = 34.10%
R=48.65%
G=17.26%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348316400.650.300.08327.8178.2462.16
HexEA53A40411E81484e3e
Octal3521232440101361051011676
Binary11101010101001110100100010000011111010001010010001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA53A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA53A4; }

 p { color: rgb(234,83,164); }

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

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

 a { background-color: rgb(234,83,164); }

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

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

 span { border-color: rgb(234,83,164); }

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