Html Css Color HEX #E54BA5 Brilliant Rose

📋 copy color: '#E54BA5'

red 229 ◦ green 75 ◦ blue 165

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

Shades of Brilliant Rose #E54BA5

Tints of Brilliant Rose #E54BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.18%

R = 48.83%
G = 15.99%
B = 35.18%

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

#E54BA5 (or 0xE54BA5) is known color: Brilliant Rose. HEX triplet: E5, 4B and A5. RGB value is (229,75,165). Sum of RGB (Red+Green+Blue) = 229+75+165=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 75 (29.69% from 255 or 15.99% from 469); Blue value is 165 (64.84% from 255 or 35.18% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E54BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54BA5 is #1AB45A. Grayscale: #838383. Windows color (decimal): -1750107 or 10832869. OLE color: 10832869.

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

Color convert

RGB 229 75 165 -
CMYK 0 0.67 0.28 0.10
HSL 324.94º 0.75% 0.6% -
HSV(B) 324.94º 0.67% 0.9% -
XYZ 41.62 24.41 38.11 -
YUV 131.31 147.02 197.68 -
System Red Green Blue C M Y K H S L
Decimal 229 75 165 0 0.67 0.28 0.10 324.94 0.75 0.6
Hex E5 4B A5 0 43 1C A 145 4B 3C
Octal 345 113 245 0 103 34 12 505 113 74
Binary 11100101 1001011 10100101 0 1000011 11100 1010 101000101 1001011 111100

Color Harmonies of #E54BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54BA5

Black with #E54BA5

Text Example


Text Example

White with #E54BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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