#EA52A5

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

Shades of Brilliant Rose #EA52A5

Tints of Brilliant Rose #EA52A5

Color information

#EA52A5 (or 0xEA52A5) is unknown color: approx Brilliant Rose. HEX triplet: EA, 52 and A5. RGB value is (234,82,165). Sum of RGB (Red+Green+Blue) = 234+82+165=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 165 (64.84% from 255 or 34.30% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EA52A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA52A5 is #15AD5A. Grayscale: #888888. Windows color (decimal): -1420635 or 10834666. OLE color: 10834666.

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

Color convert

RGB23482165-
CMYK00.650.290.08
HSL327.24º78.35%61.96%-
HSV(B)327.24º64.96%91.76%-
XYZ43.7426.2438.36-
YUV136.91143.86197.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.65%
GREEN value IS 82 (32.42% from 255) = 17.05%
BLUE value IS 165 (64.84% from 255) = 34.30%
R=48.65%
G=17.05%
B=34.30%

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
Decimal2348216500.650.290.08327.2478.3561.96
HexEA52A50411D81474e3e
Octal3521222450101351050711676
Binary11101010101001010100101010000011110110001010001111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA52A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA52A5; }

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

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

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

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

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

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

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

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