Html Css Color HEX #E53CAC Persian Rose

📋 copy color: '#E53CAC'

red 229 ◦ green 60 ◦ blue 172

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

Shades of Persian Rose #E53CAC

Tints of Persian Rose #E53CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.31%

R = 49.67%
G = 13.02%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E53CAC (or 0xE53CAC) is known color: Persian Rose. HEX triplet: E5, 3C and AC. RGB value is (229,60,172). Sum of RGB (Red+Green+Blue) = 229+60+172=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E53CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53CAC is #1AC353. Grayscale: #7B7B7B. Windows color (decimal): -1753940 or 11287781. OLE color: 11287781.

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

Color convert

RGB 229 60 172 -
CMYK 0 0.74 0.25 0.10
HSL 320.24º 0.76% 0.57% -
HSV(B) 320.24º 0.74% 0.9% -
XYZ 41.38 22.87 41.26 -
YUV 123.3 155.49 203.39 -
System Red Green Blue C M Y K H S L
Decimal 229 60 172 0 0.74 0.25 0.10 320.24 0.76 0.57
Hex E5 3C AC 0 4A 19 A 140 4C 39
Octal 345 74 254 0 112 31 12 500 114 71
Binary 11100101 111100 10101100 0 1001010 11001 1010 101000000 1001100 111001

Color Harmonies of #E53CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53CAC

Black with #E53CAC

Text Example


Text Example

White with #E53CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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