Html Css Color HEX #E53CAA Persian Rose

📋 copy color: '#E53CAA'

red 229 ◦ green 60 ◦ blue 170

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

Shades of Persian Rose #E53CAA

Tints of Persian Rose #E53CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.07%

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

R = 49.89%
G = 13.07%
B = 37.04%

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

#E53CAA (or 0xE53CAA) is known color: Persian Rose. HEX triplet: E5, 3C and AA. RGB value is (229,60,170). Sum of RGB (Red+Green+Blue) = 229+60+170=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 60 (23.83% from 255 or 13.07% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E53CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53CAA is #1AC355. Grayscale: #7A7A7A. Windows color (decimal): -1753942 or 11156709. OLE color: 11156709.

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

Color convert

RGB 229 60 170 -
CMYK 0 0.74 0.26 0.10
HSL 320.95º 0.76% 0.57% -
HSV(B) 320.95º 0.74% 0.9% -
XYZ 41.18 22.79 40.26 -
YUV 123.07 154.49 203.56 -
System Red Green Blue C M Y K H S L
Decimal 229 60 170 0 0.74 0.26 0.10 320.95 0.76 0.57
Hex E5 3C AA 0 4A 1A A 141 4C 39
Octal 345 74 252 0 112 32 12 501 114 71
Binary 11100101 111100 10101010 0 1001010 11010 1010 101000001 1001100 111001

Color Harmonies of #E53CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53CAA

Black with #E53CAA

Text Example


Text Example

White with #E53CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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