Html Css Color HEX #E54FA8 Brilliant Rose

📋 copy color: '#E54FA8'

red 229 ◦ green 79 ◦ blue 168

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

Shades of Brilliant Rose #E54FA8

Tints of Brilliant Rose #E54FA8

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.6%

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

R = 48.11%
G = 16.6%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#E54FA8 (or 0xE54FA8) is known color: Brilliant Rose. HEX triplet: E5, 4F and A8. RGB value is (229,79,168). Sum of RGB (Red+Green+Blue) = 229+79+168=476 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.11% from 476); Green value is 79 (31.25% from 255 or 16.60% from 476); Blue value is 168 (66.02% from 255 or 35.29% from 476); Max value from RGB is 229 - color contains mainly: red. Hex color #E54FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54FA8 is #1AB057. Grayscale: #858585. Windows color (decimal): -1749080 or 11030501. OLE color: 11030501.

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

Color convert

RGB 229 79 168 -
CMYK 0 0.66 0.27 0.10
HSL 324.4º 0.74% 0.6% -
HSV(B) 324.4º 0.66% 0.9% -
XYZ 42.18 25.08 39.66 -
YUV 134 147.2 195.76 -
System Red Green Blue C M Y K H S L
Decimal 229 79 168 0 0.66 0.27 0.10 324.4 0.74 0.6
Hex E5 4F A8 0 42 1B A 144 4A 3C
Octal 345 117 250 0 102 33 12 504 112 74
Binary 11100101 1001111 10101000 0 1000010 11011 1010 101000100 1001010 111100

Color Harmonies of #E54FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54FA8

Black with #E54FA8

Text Example


Text Example

White with #E54FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54FA8; }

 p { color: rgb(229,79,168); }

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

background-color css

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

 a { background-color: rgb(229,79,168); }

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

border-color css

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

 span { border-color: rgb(229,79,168); }

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