Html Css Color HEX #E54EA6 Brilliant Rose

📋 copy color: '#E54EA6'

red 229 ◦ green 78 ◦ blue 166

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

Shades of Brilliant Rose #E54EA6

Tints of Brilliant Rose #E54EA6

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.49%

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

R = 48.41%
G = 16.49%
B = 35.1%

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

#E54EA6 (or 0xE54EA6) is known color: Brilliant Rose. HEX triplet: E5, 4E and A6. RGB value is (229,78,166). Sum of RGB (Red+Green+Blue) = 229+78+166=473 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.41% from 473); Green value is 78 (30.86% from 255 or 16.49% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 229 - color contains mainly: red. Hex color #E54EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54EA6 is #1AB159. Grayscale: #848484. Windows color (decimal): -1749338 or 10899173. OLE color: 10899173.

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

Color convert

RGB 229 78 166 -
CMYK 0 0.66 0.28 0.10
HSL 325.03º 0.74% 0.6% -
HSV(B) 325.03º 0.66% 0.9% -
XYZ 41.92 24.86 38.67 -
YUV 133.18 146.53 196.34 -
System Red Green Blue C M Y K H S L
Decimal 229 78 166 0 0.66 0.28 0.10 325.03 0.74 0.6
Hex E5 4E A6 0 42 1C A 145 4A 3C
Octal 345 116 246 0 102 34 12 505 112 74
Binary 11100101 1001110 10100110 0 1000010 11100 1010 101000101 1001010 111100

Color Harmonies of #E54EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54EA6

Black with #E54EA6

Text Example


Text Example

White with #E54EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54EA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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