Html Css Color HEX #E53BAD Persian Rose

📋 copy color: '#E53BAD'

red 229 ◦ green 59 ◦ blue 173

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

Shades of Persian Rose #E53BAD

Tints of Persian Rose #E53BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.53%

R = 49.67%
G = 12.8%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E53BAD (or 0xE53BAD) is known color: Persian Rose. HEX triplet: E5, 3B and AD. RGB value is (229,59,173). Sum of RGB (Red+Green+Blue) = 229+59+173=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 59 (23.44% from 255 or 12.80% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E53BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53BAD is #1AC452. Grayscale: #7A7A7A. Windows color (decimal): -1754195 or 11353061. OLE color: 11353061.

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

Color convert

RGB 229 59 173 -
CMYK 0 0.74 0.24 0.10
HSL 319.76º 0.77% 0.56% -
HSV(B) 319.76º 0.74% 0.9% -
XYZ 41.42 22.8 41.75 -
YUV 122.83 156.32 203.73 -
System Red Green Blue C M Y K H S L
Decimal 229 59 173 0 0.74 0.24 0.10 319.76 0.77 0.56
Hex E5 3B AD 0 4A 18 A 140 4D 38
Octal 345 73 255 0 112 30 12 500 115 70
Binary 11100101 111011 10101101 0 1001010 11000 1010 101000000 1001101 111000

Color Harmonies of #E53BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53BAD

Black with #E53BAD

Text Example


Text Example

White with #E53BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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