Html Css Color HEX #E53BAB Persian Rose

📋 copy color: '#E53BAB'

red 229 ◦ green 59 ◦ blue 171

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

Shades of Persian Rose #E53BAB

Tints of Persian Rose #E53BAB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.85%

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

R = 49.89%
G = 12.85%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E53BAB (or 0xE53BAB) is known color: Persian Rose. HEX triplet: E5, 3B and AB. RGB value is (229,59,171). Sum of RGB (Red+Green+Blue) = 229+59+171=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 59 (23.44% from 255 or 12.85% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E53BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53BAB is #1AC454. Grayscale: #7A7A7A. Windows color (decimal): -1754197 or 11221989. OLE color: 11221989.

HSL color Cylindrical-coordinate representation of color #E53BAB: hue angle of 320.47º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E53BAB is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 59 171 -
CMYK 0 0.74 0.25 0.10
HSL 320.47º 0.77% 0.56% -
HSV(B) 320.47º 0.74% 0.9% -
XYZ 41.23 22.73 40.74 -
YUV 122.6 155.32 203.89 -
System Red Green Blue C M Y K H S L
Decimal 229 59 171 0 0.74 0.25 0.10 320.47 0.77 0.56
Hex E5 3B AB 0 4A 19 A 140 4D 38
Octal 345 73 253 0 112 31 12 500 115 70
Binary 11100101 111011 10101011 0 1001010 11001 1010 101000000 1001101 111000

Color Harmonies of #E53BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53BAB

Black with #E53BAB

Text Example


Text Example

White with #E53BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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