Html Css Color HEX #E53BAE Persian Rose

📋 copy color: '#E53BAE'

red 229 ◦ green 59 ◦ blue 174

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

Shades of Persian Rose #E53BAE

Tints of Persian Rose #E53BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.66%

R = 49.57%
G = 12.77%
B = 37.66%

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

#E53BAE (or 0xE53BAE) is known color: Persian Rose. HEX triplet: E5, 3B and AE. RGB value is (229,59,174). Sum of RGB (Red+Green+Blue) = 229+59+174=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E53BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53BAE is #1AC451. Grayscale: #7A7A7A. Windows color (decimal): -1754194 or 11418597. OLE color: 11418597.

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

Color convert

RGB 229 59 174 -
CMYK 0 0.74 0.24 0.10
HSL 319.41º 0.77% 0.56% -
HSV(B) 319.41º 0.74% 0.9% -
XYZ 41.52 22.84 42.27 -
YUV 122.94 156.82 203.65 -
System Red Green Blue C M Y K H S L
Decimal 229 59 174 0 0.74 0.24 0.10 319.41 0.77 0.56
Hex E5 3B AE 0 4A 18 A 13F 4D 38
Octal 345 73 256 0 112 30 12 477 115 70
Binary 11100101 111011 10101110 0 1001010 11000 1010 100111111 1001101 111000

Color Harmonies of #E53BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53BAE

Black with #E53BAE

Text Example


Text Example

White with #E53BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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