Html Css Color HEX #E54BA6 Brilliant Rose

📋 copy color: '#E54BA6'

red 229 ◦ green 75 ◦ blue 166

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

Shades of Brilliant Rose #E54BA6

Tints of Brilliant Rose #E54BA6

RGB

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

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

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

R = 48.72%
G = 15.96%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E54BA6 (or 0xE54BA6) is known color: Brilliant Rose. HEX triplet: E5, 4B and A6. RGB value is (229,75,166). Sum of RGB (Red+Green+Blue) = 229+75+166=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 75 (29.69% from 255 or 15.96% from 470); Blue value is 166 (65.23% from 255 or 35.32% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E54BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54BA6 is #1AB459. Grayscale: #838383. Windows color (decimal): -1750106 or 10898405. OLE color: 10898405.

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

Color convert

RGB 229 75 166 -
CMYK 0 0.67 0.28 0.10
HSL 324.55º 0.75% 0.6% -
HSV(B) 324.55º 0.67% 0.9% -
XYZ 41.71 24.44 38.6 -
YUV 131.42 147.52 197.6 -
System Red Green Blue C M Y K H S L
Decimal 229 75 166 0 0.67 0.28 0.10 324.55 0.75 0.6
Hex E5 4B A6 0 43 1C A 145 4B 3C
Octal 345 113 246 0 103 34 12 505 113 74
Binary 11100101 1001011 10100110 0 1000011 11100 1010 101000101 1001011 111100

Color Harmonies of #E54BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54BA6

Black with #E54BA6

Text Example


Text Example

White with #E54BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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