Html Css Color HEX #EA54AD Brilliant Rose

📋 copy color: '#EA54AD'

red 234 ◦ green 84 ◦ blue 173

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

Shades of Brilliant Rose #EA54AD

Tints of Brilliant Rose #EA54AD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.11%

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

R = 47.66%
G = 17.11%
B = 35.23%

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

#EA54AD (or 0xEA54AD) is known color: Brilliant Rose. HEX triplet: EA, 54 and AD. RGB value is (234,84,173). Sum of RGB (Red+Green+Blue) = 234+84+173=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 84 (33.20% from 255 or 17.11% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EA54AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA54AD is #15AB52. Grayscale: #8A8A8A. Windows color (decimal): -1420115 or 11359466. OLE color: 11359466.

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

Color convert

RGB 234 84 173 -
CMYK 0 0.64 0.26 0.08
HSL 324.4º 0.78% 0.62% -
HSV(B) 324.4º 0.64% 0.92% -
XYZ 44.64 26.85 42.36 -
YUV 139 147.2 195.76 -
System Red Green Blue C M Y K H S L
Decimal 234 84 173 0 0.64 0.26 0.08 324.4 0.78 0.62
Hex EA 54 AD 0 40 1A 8 144 4E 3E
Octal 352 124 255 0 100 32 10 504 116 76
Binary 11101010 1010100 10101101 0 1000000 11010 1000 101000100 1001110 111110

Color Harmonies of #EA54AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA54AD

Black with #EA54AD

Text Example


Text Example

White with #EA54AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA54AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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