Html Css Color HEX #EA54A0 Brilliant Rose

📋 copy color: '#EA54A0'

red 234 ◦ green 84 ◦ blue 160

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

Shades of Brilliant Rose #EA54A0

Tints of Brilliant Rose #EA54A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.47%

R = 48.95%
G = 17.57%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA54A0 (or 0xEA54A0) is known color: Brilliant Rose. HEX triplet: EA, 54 and A0. RGB value is (234,84,160). Sum of RGB (Red+Green+Blue) = 234+84+160=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA54A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA54A0 is #15AB5F. Grayscale: #898989. Windows color (decimal): -1420128 or 10507498. OLE color: 10507498.

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

Color convert

RGB 234 84 160 -
CMYK 0 0.64 0.32 0.08
HSL 329.6º 0.78% 0.62% -
HSV(B) 329.6º 0.64% 0.92% -
XYZ 43.45 26.37 36.06 -
YUV 137.51 140.7 196.82 -
System Red Green Blue C M Y K H S L
Decimal 234 84 160 0 0.64 0.32 0.08 329.6 0.78 0.62
Hex EA 54 A0 0 40 20 8 14A 4E 3E
Octal 352 124 240 0 100 40 10 512 116 76
Binary 11101010 1010100 10100000 0 1000000 100000 1000 101001010 1001110 111110

Color Harmonies of #EA54A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA54A0

Black with #EA54A0

Text Example


Text Example

White with #EA54A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA54A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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