#EA53A5

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

Shades of Brilliant Rose #EA53A5

Tints of Brilliant Rose #EA53A5

Color information

#EA53A5 (or 0xEA53A5) is unknown color: approx Brilliant Rose. HEX triplet: EA, 53 and A5. RGB value is (234,83,165). Sum of RGB (Red+Green+Blue) = 234+83+165=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 83 (32.81% from 255 or 17.22% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA53A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA53A5 is #15AC5A. Grayscale: #898989. Windows color (decimal): -1420379 or 10834922. OLE color: 10834922.

HSL color Cylindrical-coordinate representation of color #EA53A5: hue angle of 327.42º 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 #EA53A5 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB23483165-
CMYK00.650.290.08
HSL327.42º78.24%62.16%-
HSV(B)327.42º64.53%91.76%-
XYZ43.8226.438.38-
YUV137.5143.53196.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.55%
GREEN value IS 83 (32.81% from 255) = 17.22%
BLUE value IS 165 (64.84% from 255) = 34.23%
R=48.55%
G=17.22%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348316500.650.290.08327.4278.2462.16
HexEA53A50411D81474e3e
Octal3521232450101351050711676
Binary11101010101001110100101010000011110110001010001111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA53A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA53A5; }

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

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

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

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

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

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

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

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