Html Css Color HEX #EA53AD Brilliant Rose

📋 copy color: '#EA53AD'

red 234 ◦ green 83 ◦ blue 173

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

Shades of Brilliant Rose #EA53AD

Tints of Brilliant Rose #EA53AD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.94%

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

R = 47.76%
G = 16.94%
B = 35.31%

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

#EA53AD (or 0xEA53AD) is known color: Brilliant Rose. HEX triplet: EA, 53 and AD. RGB value is (234,83,173). Sum of RGB (Red+Green+Blue) = 234+83+173=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 83 (32.81% from 255 or 16.94% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EA53AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA53AD is #15AC52. Grayscale: #8A8A8A. Windows color (decimal): -1420371 or 11359210. OLE color: 11359210.

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

Color convert

RGB 234 83 173 -
CMYK 0 0.65 0.26 0.08
HSL 324.24º 0.78% 0.62% -
HSV(B) 324.24º 0.65% 0.92% -
XYZ 44.57 26.7 42.34 -
YUV 138.41 147.53 196.18 -
System Red Green Blue C M Y K H S L
Decimal 234 83 173 0 0.65 0.26 0.08 324.24 0.78 0.62
Hex EA 53 AD 0 41 1A 8 144 4E 3E
Octal 352 123 255 0 101 32 10 504 116 76
Binary 11101010 1010011 10101101 0 1000001 11010 1000 101000100 1001110 111110

Color Harmonies of #EA53AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA53AD

Black with #EA53AD

Text Example


Text Example

White with #EA53AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA53AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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