Html Css Color HEX #E53BAF Persian Rose

📋 copy color: '#E53BAF'

red 229 ◦ green 59 ◦ blue 175

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

Shades of Persian Rose #E53BAF

Tints of Persian Rose #E53BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.8%

R = 49.46%
G = 12.74%
B = 37.8%

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

#E53BAF (or 0xE53BAF) is known color: Persian Rose. HEX triplet: E5, 3B and AF. RGB value is (229,59,175). Sum of RGB (Red+Green+Blue) = 229+59+175=463 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.46% from 463); Green value is 59 (23.44% from 255 or 12.74% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 229 - color contains mainly: red. Hex color #E53BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53BAF is #1AC450. Grayscale: #7A7A7A. Windows color (decimal): -1754193 or 11484133. OLE color: 11484133.

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

Color convert

RGB 229 59 175 -
CMYK 0 0.74 0.24 0.10
HSL 319.06º 0.77% 0.56% -
HSV(B) 319.06º 0.74% 0.9% -
XYZ 41.61 22.88 42.78 -
YUV 123.05 157.32 203.57 -
System Red Green Blue C M Y K H S L
Decimal 229 59 175 0 0.74 0.24 0.10 319.06 0.77 0.56
Hex E5 3B AF 0 4A 18 A 13F 4D 38
Octal 345 73 257 0 112 30 12 477 115 70
Binary 11100101 111011 10101111 0 1001010 11000 1010 100111111 1001101 111000

Color Harmonies of #E53BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53BAF

Black with #E53BAF

Text Example


Text Example

White with #E53BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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