Html Css Color HEX #EA54A8 Brilliant Rose

📋 copy color: '#EA54A8'

red 234 ◦ green 84 ◦ blue 168

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

Shades of Brilliant Rose #EA54A8

Tints of Brilliant Rose #EA54A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.57%

R = 48.15%
G = 17.28%
B = 34.57%

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

#EA54A8 (or 0xEA54A8) is known color: Brilliant Rose. HEX triplet: EA, 54 and A8. RGB value is (234,84,168). Sum of RGB (Red+Green+Blue) = 234+84+168=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 84 (33.20% from 255 or 17.28% from 486); Blue value is 168 (66.02% from 255 or 34.57% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EA54A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA54A8 is #15AB57. Grayscale: #8A8A8A. Windows color (decimal): -1420120 or 11031786. OLE color: 11031786.

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

Color convert

RGB 234 84 168 -
CMYK 0 0.64 0.28 0.08
HSL 326.4º 0.78% 0.62% -
HSV(B) 326.4º 0.64% 0.92% -
XYZ 44.17 26.66 39.86 -
YUV 138.43 144.7 196.17 -
System Red Green Blue C M Y K H S L
Decimal 234 84 168 0 0.64 0.28 0.08 326.4 0.78 0.62
Hex EA 54 A8 0 40 1C 8 146 4E 3E
Octal 352 124 250 0 100 34 10 506 116 76
Binary 11101010 1010100 10101000 0 1000000 11100 1000 101000110 1001110 111110

Color Harmonies of #EA54A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA54A8

Black with #EA54A8

Text Example


Text Example

White with #EA54A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA54A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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