Html Css Color HEX #E53DAB Persian Rose

📋 copy color: '#E53DAB'

red 229 ◦ green 61 ◦ blue 171

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

Shades of Persian Rose #E53DAB

Tints of Persian Rose #E53DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.23%

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

R = 49.67%
G = 13.23%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E53DAB (or 0xE53DAB) is known color: Persian Rose. HEX triplet: E5, 3D and AB. RGB value is (229,61,171). Sum of RGB (Red+Green+Blue) = 229+61+171=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 61 (24.22% from 255 or 13.23% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E53DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53DAB is #1AC254. Grayscale: #7B7B7B. Windows color (decimal): -1753685 or 11222501. OLE color: 11222501.

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

Color convert

RGB 229 61 171 -
CMYK 0 0.73 0.25 0.10
HSL 320.71º 0.76% 0.57% -
HSV(B) 320.71º 0.73% 0.9% -
XYZ 41.33 22.94 40.78 -
YUV 123.77 154.66 203.06 -
System Red Green Blue C M Y K H S L
Decimal 229 61 171 0 0.73 0.25 0.10 320.71 0.76 0.57
Hex E5 3D AB 0 49 19 A 141 4C 39
Octal 345 75 253 0 111 31 12 501 114 71
Binary 11100101 111101 10101011 0 1001001 11001 1010 101000001 1001100 111001

Color Harmonies of #E53DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53DAB

Black with #E53DAB

Text Example


Text Example

White with #E53DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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