Html Css Color HEX #EA52AD Brilliant Rose

📋 copy color: '#EA52AD'

red 234 ◦ green 82 ◦ blue 173

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

Shades of Brilliant Rose #EA52AD

Tints of Brilliant Rose #EA52AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.38%

R = 47.85%
G = 16.77%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA52AD (or 0xEA52AD) is known color: Brilliant Rose. HEX triplet: EA, 52 and AD. RGB value is (234,82,173). Sum of RGB (Red+Green+Blue) = 234+82+173=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 82 (32.42% from 255 or 16.77% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EA52AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA52AD is #15AD52. Grayscale: #898989. Windows color (decimal): -1420627 or 11358954. OLE color: 11358954.

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

Color convert

RGB 234 82 173 -
CMYK 0 0.65 0.26 0.08
HSL 324.08º 0.78% 0.62% -
HSV(B) 324.08º 0.65% 0.92% -
XYZ 44.49 26.54 42.31 -
YUV 137.82 147.86 196.6 -
System Red Green Blue C M Y K H S L
Decimal 234 82 173 0 0.65 0.26 0.08 324.08 0.78 0.62
Hex EA 52 AD 0 41 1A 8 144 4E 3E
Octal 352 122 255 0 101 32 10 504 116 76
Binary 11101010 1010010 10101101 0 1000001 11010 1000 101000100 1001110 111110

Color Harmonies of #EA52AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA52AD

Black with #EA52AD

Text Example


Text Example

White with #EA52AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA52AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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