Html Css Color HEX #E53CAB Persian Rose

📋 copy color: '#E53CAB'

red 229 ◦ green 60 ◦ blue 171

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

Shades of Persian Rose #E53CAB

Tints of Persian Rose #E53CAB

RGB

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

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

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

R = 49.78%
G = 13.04%
B = 37.17%

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

#E53CAB (or 0xE53CAB) is known color: Persian Rose. HEX triplet: E5, 3C and AB. RGB value is (229,60,171). Sum of RGB (Red+Green+Blue) = 229+60+171=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 60 (23.83% from 255 or 13.04% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E53CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53CAB is #1AC354. Grayscale: #7A7A7A. Windows color (decimal): -1753941 or 11222245. OLE color: 11222245.

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

Color convert

RGB 229 60 171 -
CMYK 0 0.74 0.25 0.10
HSL 320.59º 0.76% 0.57% -
HSV(B) 320.59º 0.74% 0.9% -
XYZ 41.28 22.83 40.76 -
YUV 123.19 154.99 203.47 -
System Red Green Blue C M Y K H S L
Decimal 229 60 171 0 0.74 0.25 0.10 320.59 0.76 0.57
Hex E5 3C AB 0 4A 19 A 141 4C 39
Octal 345 74 253 0 112 31 12 501 114 71
Binary 11100101 111100 10101011 0 1001010 11001 1010 101000001 1001100 111001

Color Harmonies of #E53CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53CAB

Black with #E53CAB

Text Example


Text Example

White with #E53CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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