Html Css Color HEX #E54D9F Brilliant Rose

📋 copy color: '#E54D9F'

red 229 ◦ green 77 ◦ blue 159

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

Shades of Brilliant Rose #E54D9F

Tints of Brilliant Rose #E54D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 34.19%

R = 49.25%
G = 16.56%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E54D9F (or 0xE54D9F) is known color: Brilliant Rose. HEX triplet: E5, 4D and 9F. RGB value is (229,77,159). Sum of RGB (Red+Green+Blue) = 229+77+159=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54D9F is #1AB260. Grayscale: #838383. Windows color (decimal): -1749601 or 10440165. OLE color: 10440165.

HSL color Cylindrical-coordinate representation of color #E54D9F: hue angle of 327.63º 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 #E54D9F is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 77 159 -
CMYK 0 0.66 0.31 0.10
HSL 327.63º 0.75% 0.6% -
HSV(B) 327.63º 0.66% 0.9% -
XYZ 41.22 24.47 35.35 -
YUV 131.8 143.36 197.33 -
System Red Green Blue C M Y K H S L
Decimal 229 77 159 0 0.66 0.31 0.10 327.63 0.75 0.6
Hex E5 4D 9F 0 42 1F A 148 4B 3C
Octal 345 115 237 0 102 37 12 510 113 74
Binary 11100101 1001101 10011111 0 1000010 11111 1010 101001000 1001011 111100

Color Harmonies of #E54D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54D9F

Black with #E54D9F

Text Example


Text Example

White with #E54D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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