Html Css Color HEX #E54AB4 Brilliant Rose

📋 copy color: '#E54AB4'

red 229 ◦ green 74 ◦ blue 180

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

Shades of Brilliant Rose #E54AB4

Tints of Brilliant Rose #E54AB4

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.32%

 BLUE value IS 180 (70.7% from 255) = 37.27%

R = 47.41%
G = 15.32%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E54AB4 (or 0xE54AB4) is known color: Brilliant Rose. HEX triplet: E5, 4A and B4. RGB value is (229,74,180). Sum of RGB (Red+Green+Blue) = 229+74+180=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 74 (29.30% from 255 or 15.32% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E54AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54AB4 is #1AB54B. Grayscale: #848484. Windows color (decimal): -1750348 or 11815653. OLE color: 11815653.

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

Color convert

RGB 229 74 180 -
CMYK 0 0.68 0.21 0.10
HSL 318.97º 0.75% 0.59% -
HSV(B) 318.97º 0.68% 0.9% -
XYZ 43 24.85 45.71 -
YUV 132.43 154.85 196.88 -
System Red Green Blue C M Y K H S L
Decimal 229 74 180 0 0.68 0.21 0.10 318.97 0.75 0.59
Hex E5 4A B4 0 44 15 A 13F 4B 3B
Octal 345 112 264 0 104 25 12 477 113 73
Binary 11100101 1001010 10110100 0 1000100 10101 1010 100111111 1001011 111011

Color Harmonies of #E54AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54AB4

Black with #E54AB4

Text Example


Text Example

White with #E54AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54AB4; }

 p { color: rgb(229,74,180); }

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

background-color css

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

 a { background-color: rgb(229,74,180); }

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

border-color css

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

 span { border-color: rgb(229,74,180); }

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