Html Css Color HEX #EA56AD Brilliant Rose

📋 copy color: '#EA56AD'

red 234 ◦ green 86 ◦ blue 173

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

Shades of Brilliant Rose #EA56AD

Tints of Brilliant Rose #EA56AD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.44%

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

R = 47.46%
G = 17.44%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA56AD (or 0xEA56AD) is known color: Brilliant Rose. HEX triplet: EA, 56 and AD. RGB value is (234,86,173). Sum of RGB (Red+Green+Blue) = 234+86+173=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EA56AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA56AD is #15A952. Grayscale: #8B8B8B. Windows color (decimal): -1419603 or 11359978. OLE color: 11359978.

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

Color convert

RGB 234 86 173 -
CMYK 0 0.63 0.26 0.08
HSL 324.73º 0.78% 0.63% -
HSV(B) 324.73º 0.63% 0.92% -
XYZ 44.8 27.17 42.42 -
YUV 140.17 146.53 194.93 -
System Red Green Blue C M Y K H S L
Decimal 234 86 173 0 0.63 0.26 0.08 324.73 0.78 0.63
Hex EA 56 AD 0 3F 1A 8 145 4E 3F
Octal 352 126 255 0 77 32 10 505 116 77
Binary 11101010 1010110 10101101 0 111111 11010 1000 101000101 1001110 111111

Color Harmonies of #EA56AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA56AD

Black with #EA56AD

Text Example


Text Example

White with #EA56AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA56AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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