Html Css Color HEX #EA52AF Brilliant Rose

📋 copy color: '#EA52AF'

red 234 ◦ green 82 ◦ blue 175

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

Shades of Brilliant Rose #EA52AF

Tints of Brilliant Rose #EA52AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.64%

R = 47.66%
G = 16.7%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EA52AF (or 0xEA52AF) is known color: Brilliant Rose. HEX triplet: EA, 52 and AF. RGB value is (234,82,175). Sum of RGB (Red+Green+Blue) = 234+82+175=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 82 (32.42% from 255 or 16.70% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EA52AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA52AF is #15AD50. Grayscale: #898989. Windows color (decimal): -1420625 or 11490026. OLE color: 11490026.

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

Color convert

RGB 234 82 175 -
CMYK 0 0.65 0.25 0.08
HSL 323.29º 0.78% 0.62% -
HSV(B) 323.29º 0.65% 0.92% -
XYZ 44.69 26.62 43.34 -
YUV 138.05 148.86 196.44 -
System Red Green Blue C M Y K H S L
Decimal 234 82 175 0 0.65 0.25 0.08 323.29 0.78 0.62
Hex EA 52 AF 0 41 19 8 143 4E 3E
Octal 352 122 257 0 101 31 10 503 116 76
Binary 11101010 1010010 10101111 0 1000001 11001 1000 101000011 1001110 111110

Color Harmonies of #EA52AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA52AF

Black with #EA52AF

Text Example


Text Example

White with #EA52AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA52AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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