Html Css Color HEX #EA55AD Brilliant Rose

📋 copy color: '#EA55AD'

red 234 ◦ green 85 ◦ blue 173

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

Shades of Brilliant Rose #EA55AD

Tints of Brilliant Rose #EA55AD

RGB

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

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

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

R = 47.56%
G = 17.28%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA55AD (or 0xEA55AD) is known color: Brilliant Rose. HEX triplet: EA, 55 and AD. RGB value is (234,85,173). Sum of RGB (Red+Green+Blue) = 234+85+173=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EA55AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA55AD is #15AA52. Grayscale: #8B8B8B. Windows color (decimal): -1419859 or 11359722. OLE color: 11359722.

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

Color convert

RGB 234 85 173 -
CMYK 0 0.64 0.26 0.08
HSL 324.56º 0.78% 0.63% -
HSV(B) 324.56º 0.64% 0.92% -
XYZ 44.72 27.01 42.39 -
YUV 139.58 146.86 195.34 -
System Red Green Blue C M Y K H S L
Decimal 234 85 173 0 0.64 0.26 0.08 324.56 0.78 0.63
Hex EA 55 AD 0 40 1A 8 145 4E 3F
Octal 352 125 255 0 100 32 10 505 116 77
Binary 11101010 1010101 10101101 0 1000000 11010 1000 101000101 1001110 111111

Color Harmonies of #EA55AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA55AD

Black with #EA55AD

Text Example


Text Example

White with #EA55AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA55AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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