Html Css Color HEX #EA55A9 Brilliant Rose

📋 copy color: '#EA55A9'

red 234 ◦ green 85 ◦ blue 169

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

Shades of Brilliant Rose #EA55A9

Tints of Brilliant Rose #EA55A9

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.42%

 BLUE value IS 169 (66.41% from 255) = 34.63%

R = 47.95%
G = 17.42%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EA55A9 (or 0xEA55A9) is known color: Brilliant Rose. HEX triplet: EA, 55 and A9. RGB value is (234,85,169). Sum of RGB (Red+Green+Blue) = 234+85+169=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 169 (66.41% from 255 or 34.63% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EA55A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA55A9 is #15AA56. Grayscale: #8A8A8A. Windows color (decimal): -1419863 or 11097578. OLE color: 11097578.

HSL color Cylindrical-coordinate representation of color #EA55A9: hue angle of 326.17º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA55A9 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 85 169 -
CMYK 0 0.64 0.28 0.08
HSL 326.17º 0.78% 0.63% -
HSV(B) 326.17º 0.64% 0.92% -
XYZ 44.34 26.85 40.38 -
YUV 139.13 144.86 195.67 -
System Red Green Blue C M Y K H S L
Decimal 234 85 169 0 0.64 0.28 0.08 326.17 0.78 0.63
Hex EA 55 A9 0 40 1C 8 146 4E 3F
Octal 352 125 251 0 100 34 10 506 116 77
Binary 11101010 1010101 10101001 0 1000000 11100 1000 101000110 1001110 111111

Color Harmonies of #EA55A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA55A9

Black with #EA55A9

Text Example


Text Example

White with #EA55A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA55A9; }

 p { color: rgb(234,85,169); }

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

background-color css

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

 a { background-color: rgb(234,85,169); }

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

border-color css

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

 span { border-color: rgb(234,85,169); }

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