Html Css Color HEX #E54DA6 Brilliant Rose

📋 copy color: '#E54DA6'

red 229 ◦ green 77 ◦ blue 166

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

Shades of Brilliant Rose #E54DA6

Tints of Brilliant Rose #E54DA6

RGB

 RED value IS 229 (89.84% from 255) = 48.52%

 GREEN value IS 77 (30.47% from 255) = 16.31%

 BLUE value IS 166 (65.23% from 255) = 35.17%

R = 48.52%
G = 16.31%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E54DA6 (or 0xE54DA6) is known color: Brilliant Rose. HEX triplet: E5, 4D and A6. RGB value is (229,77,166). Sum of RGB (Red+Green+Blue) = 229+77+166=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E54DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54DA6 is #1AB259. Grayscale: #848484. Windows color (decimal): -1749594 or 10898917. OLE color: 10898917.

HSL color Cylindrical-coordinate representation of color #E54DA6: hue angle of 324.87º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E54DA6 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 77 166 -
CMYK 0 0.66 0.28 0.10
HSL 324.87º 0.75% 0.6% -
HSV(B) 324.87º 0.66% 0.9% -
XYZ 41.85 24.72 38.64 -
YUV 132.59 146.86 196.76 -
System Red Green Blue C M Y K H S L
Decimal 229 77 166 0 0.66 0.28 0.10 324.87 0.75 0.6
Hex E5 4D A6 0 42 1C A 145 4B 3C
Octal 345 115 246 0 102 34 12 505 113 74
Binary 11100101 1001101 10100110 0 1000010 11100 1010 101000101 1001011 111100

Color Harmonies of #E54DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54DA6

Black with #E54DA6

Text Example


Text Example

White with #E54DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54DA6; }

 p { color: rgb(229,77,166); }

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

background-color css

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

 a { background-color: rgb(229,77,166); }

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

border-color css

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

 span { border-color: rgb(229,77,166); }

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