Html Css Color HEX #E53BAA Persian Rose

📋 copy color: '#E53BAA'

red 229 ◦ green 59 ◦ blue 170

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

Shades of Persian Rose #E53BAA

Tints of Persian Rose #E53BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.12%

R = 50%
G = 12.88%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E53BAA (or 0xE53BAA) is known color: Persian Rose. HEX triplet: E5, 3B and AA. RGB value is (229,59,170). Sum of RGB (Red+Green+Blue) = 229+59+170=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 59 (23.44% from 255 or 12.88% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E53BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53BAA is #1AC455. Grayscale: #7A7A7A. Windows color (decimal): -1754198 or 11156453. OLE color: 11156453.

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

Color convert

RGB 229 59 170 -
CMYK 0 0.74 0.26 0.10
HSL 320.82º 0.77% 0.56% -
HSV(B) 320.82º 0.74% 0.9% -
XYZ 41.13 22.69 40.24 -
YUV 122.48 154.82 203.97 -
System Red Green Blue C M Y K H S L
Decimal 229 59 170 0 0.74 0.26 0.10 320.82 0.77 0.56
Hex E5 3B AA 0 4A 1A A 141 4D 38
Octal 345 73 252 0 112 32 12 501 115 70
Binary 11100101 111011 10101010 0 1001010 11010 1010 101000001 1001101 111000

Color Harmonies of #E53BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53BAA

Black with #E53BAA

Text Example


Text Example

White with #E53BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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