Html Css Color HEX #E54BA9 Brilliant Rose

📋 copy color: '#E54BA9'

red 229 ◦ green 75 ◦ blue 169

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

Shades of Brilliant Rose #E54BA9

Tints of Brilliant Rose #E54BA9

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.86%

 BLUE value IS 169 (66.41% from 255) = 35.73%

R = 48.41%
G = 15.86%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E54BA9 (or 0xE54BA9) is known color: Brilliant Rose. HEX triplet: E5, 4B and A9. RGB value is (229,75,169). Sum of RGB (Red+Green+Blue) = 229+75+169=473 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.41% from 473); Green value is 75 (29.69% from 255 or 15.86% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 229 - color contains mainly: red. Hex color #E54BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54BA9 is #1AB456. Grayscale: #838383. Windows color (decimal): -1750103 or 11095013. OLE color: 11095013.

HSL color Cylindrical-coordinate representation of color #E54BA9: hue angle of 323.38º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E54BA9 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 75 169 -
CMYK 0 0.67 0.26 0.10
HSL 323.38º 0.75% 0.6% -
HSV(B) 323.38º 0.67% 0.9% -
XYZ 41.99 24.55 40.06 -
YUV 131.76 149.02 197.36 -
System Red Green Blue C M Y K H S L
Decimal 229 75 169 0 0.67 0.26 0.10 323.38 0.75 0.6
Hex E5 4B A9 0 43 1A A 143 4B 3C
Octal 345 113 251 0 103 32 12 503 113 74
Binary 11100101 1001011 10101001 0 1000011 11010 1010 101000011 1001011 111100

Color Harmonies of #E54BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54BA9

Black with #E54BA9

Text Example


Text Example

White with #E54BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54BA9; }

 p { color: rgb(229,75,169); }

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

background-color css

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

 a { background-color: rgb(229,75,169); }

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

border-color css

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

 span { border-color: rgb(229,75,169); }

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