Html Css Color HEX #EA52B5 Brilliant Rose

📋 copy color: '#EA52B5'

red 234 ◦ green 82 ◦ blue 181

#EA52B5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #EA52B5

Tints of Brilliant Rose #EA52B5

RGB

 RED value IS 234 (91.8% from 255) = 47.08%

 GREEN value IS 82 (32.42% from 255) = 16.5%

 BLUE value IS 181 (71.09% from 255) = 36.42%

R = 47.08%
G = 16.5%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#EA52B5 (or 0xEA52B5) is known color: Brilliant Rose. HEX triplet: EA, 52 and B5. RGB value is (234,82,181). Sum of RGB (Red+Green+Blue) = 234+82+181=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA52B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA52B5 is #15AD4A. Grayscale: #8A8A8A. Windows color (decimal): -1420619 or 11883242. OLE color: 11883242.

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

Color convert

RGB 234 82 181 -
CMYK 0 0.65 0.23 0.08
HSL 320.92º 0.78% 0.62% -
HSV(B) 320.92º 0.65% 0.92% -
XYZ 45.29 26.86 46.51 -
YUV 138.73 151.86 195.95 -
System Red Green Blue C M Y K H S L
Decimal 234 82 181 0 0.65 0.23 0.08 320.92 0.78 0.62
Hex EA 52 B5 0 41 17 8 141 4E 3E
Octal 352 122 265 0 101 27 10 501 116 76
Binary 11101010 1010010 10110101 0 1000001 10111 1000 101000001 1001110 111110

Color Harmonies of #EA52B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA52B5

Black with #EA52B5

Text Example


Text Example

White with #EA52B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA52B5; }

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

 H1.HeaderClassName
 {
   color: #EA52B5;
 }
 .AnyTagClassName
 {
   color: #EA52B5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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