Html Css Color HEX #E54EAF Brilliant Rose

📋 copy color: '#E54EAF'

red 229 ◦ green 78 ◦ blue 175

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

Shades of Brilliant Rose #E54EAF

Tints of Brilliant Rose #E54EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.31%

R = 47.51%
G = 16.18%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E54EAF (or 0xE54EAF) is known color: Brilliant Rose. HEX triplet: E5, 4E and AF. RGB value is (229,78,175). Sum of RGB (Red+Green+Blue) = 229+78+175=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E54EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54EAF is #1AB150. Grayscale: #858585. Windows color (decimal): -1749329 or 11488997. OLE color: 11488997.

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

Color convert

RGB 229 78 175 -
CMYK 0 0.66 0.24 0.10
HSL 321.46º 0.74% 0.6% -
HSV(B) 321.46º 0.66% 0.9% -
XYZ 42.78 25.2 43.17 -
YUV 134.21 151.03 195.61 -
System Red Green Blue C M Y K H S L
Decimal 229 78 175 0 0.66 0.24 0.10 321.46 0.74 0.6
Hex E5 4E AF 0 42 18 A 141 4A 3C
Octal 345 116 257 0 102 30 12 501 112 74
Binary 11100101 1001110 10101111 0 1000010 11000 1010 101000001 1001010 111100

Color Harmonies of #E54EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54EAF

Black with #E54EAF

Text Example


Text Example

White with #E54EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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