Html Css Color HEX #E54BAB Brilliant Rose

📋 copy color: '#E54BAB'

red 229 ◦ green 75 ◦ blue 171

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

Shades of Brilliant Rose #E54BAB

Tints of Brilliant Rose #E54BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36%

R = 48.21%
G = 15.79%
B = 36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E54BAB (or 0xE54BAB) is known color: Brilliant Rose. HEX triplet: E5, 4B and AB. RGB value is (229,75,171). Sum of RGB (Red+Green+Blue) = 229+75+171=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 75 (29.69% from 255 or 15.79% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E54BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54BAB is #1AB454. Grayscale: #838383. Windows color (decimal): -1750101 or 11226085. OLE color: 11226085.

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

Color convert

RGB 229 75 171 -
CMYK 0 0.67 0.25 0.10
HSL 322.6º 0.75% 0.6% -
HSV(B) 322.6º 0.67% 0.9% -
XYZ 42.18 24.63 41.06 -
YUV 131.99 150.02 197.19 -
System Red Green Blue C M Y K H S L
Decimal 229 75 171 0 0.67 0.25 0.10 322.6 0.75 0.6
Hex E5 4B AB 0 43 19 A 143 4B 3C
Octal 345 113 253 0 103 31 12 503 113 74
Binary 11100101 1001011 10101011 0 1000011 11001 1010 101000011 1001011 111100

Color Harmonies of #E54BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54BAB

Black with #E54BAB

Text Example


Text Example

White with #E54BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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