Html Css Color HEX #E53AAB Persian Rose

📋 copy color: '#E53AAB'

red 229 ◦ green 58 ◦ blue 171

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

Shades of Persian Rose #E53AAB

Tints of Persian Rose #E53AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.66%

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

R = 50%
G = 12.66%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E53AAB (or 0xE53AAB) is known color: Persian Rose. HEX triplet: E5, 3A and AB. RGB value is (229,58,171). Sum of RGB (Red+Green+Blue) = 229+58+171=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 58 (23.05% from 255 or 12.66% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E53AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53AAB is #1AC554. Grayscale: #797979. Windows color (decimal): -1754453 or 11221733. OLE color: 11221733.

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

Color convert

RGB 229 58 171 -
CMYK 0 0.75 0.25 0.10
HSL 320.35º 0.77% 0.56% -
HSV(B) 320.35º 0.75% 0.9% -
XYZ 41.18 22.62 40.72 -
YUV 122.01 155.65 204.31 -
System Red Green Blue C M Y K H S L
Decimal 229 58 171 0 0.75 0.25 0.10 320.35 0.77 0.56
Hex E5 3A AB 0 4B 19 A 140 4D 38
Octal 345 72 253 0 113 31 12 500 115 70
Binary 11100101 111010 10101011 0 1001011 11001 1010 101000000 1001101 111000

Color Harmonies of #E53AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53AAB

Black with #E53AAB

Text Example


Text Example

White with #E53AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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