Html Css Color HEX #E54EB2 Brilliant Rose

📋 copy color: '#E54EB2'

red 229 ◦ green 78 ◦ blue 178

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

Shades of Brilliant Rose #E54EB2

Tints of Brilliant Rose #E54EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.7%

R = 47.22%
G = 16.08%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#E54EB2 (or 0xE54EB2) is known color: Brilliant Rose. HEX triplet: E5, 4E and B2. RGB value is (229,78,178). Sum of RGB (Red+Green+Blue) = 229+78+178=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E54EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E54EB2 is #1AB14D. Grayscale: #868686. Windows color (decimal): -1749326 or 11685605. OLE color: 11685605.

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

Color convert

RGB 229 78 178 -
CMYK 0 0.66 0.22 0.10
HSL 320.26º 0.74% 0.6% -
HSV(B) 320.26º 0.66% 0.9% -
XYZ 43.07 25.32 44.74 -
YUV 134.55 152.53 195.37 -
System Red Green Blue C M Y K H S L
Decimal 229 78 178 0 0.66 0.22 0.10 320.26 0.74 0.6
Hex E5 4E B2 0 42 16 A 140 4A 3C
Octal 345 116 262 0 102 26 12 500 112 74
Binary 11100101 1001110 10110010 0 1000010 10110 1010 101000000 1001010 111100

Color Harmonies of #E54EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54EB2

Black with #E54EB2

Text Example


Text Example

White with #E54EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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