Html Css Color HEX #E53FAB Persian Rose

📋 copy color: '#E53FAB'

red 229 ◦ green 63 ◦ blue 171

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

Shades of Persian Rose #E53FAB

Tints of Persian Rose #E53FAB

RGB

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

 GREEN value IS 63 (25% from 255) = 13.61%

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

R = 49.46%
G = 13.61%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E53FAB (or 0xE53FAB) is known color: Persian Rose. HEX triplet: E5, 3F and AB. RGB value is (229,63,171). Sum of RGB (Red+Green+Blue) = 229+63+171=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E53FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53FAB is #1AC054. Grayscale: #7C7C7C. Windows color (decimal): -1753173 or 11223013. OLE color: 11223013.

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

Color convert

RGB 229 63 171 -
CMYK 0 0.72 0.25 0.10
HSL 320.96º 0.76% 0.57% -
HSV(B) 320.96º 0.72% 0.9% -
XYZ 41.44 23.15 40.81 -
YUV 124.95 154 202.22 -
System Red Green Blue C M Y K H S L
Decimal 229 63 171 0 0.72 0.25 0.10 320.96 0.76 0.57
Hex E5 3F AB 0 48 19 A 141 4C 39
Octal 345 77 253 0 110 31 12 501 114 71
Binary 11100101 111111 10101011 0 1001000 11001 1010 101000001 1001100 111001

Color Harmonies of #E53FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53FAB

Black with #E53FAB

Text Example


Text Example

White with #E53FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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