Html Css Color HEX #E53BAC Persian Rose

📋 copy color: '#E53BAC'

red 229 ◦ green 59 ◦ blue 172

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

Shades of Persian Rose #E53BAC

Tints of Persian Rose #E53BAC

RGB

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

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

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

R = 49.78%
G = 12.83%
B = 37.39%

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

#E53BAC (or 0xE53BAC) is known color: Persian Rose. HEX triplet: E5, 3B and AC. RGB value is (229,59,172). Sum of RGB (Red+Green+Blue) = 229+59+172=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 59 (23.44% from 255 or 12.83% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E53BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53BAC is #1AC453. Grayscale: #7A7A7A. Windows color (decimal): -1754196 or 11287525. OLE color: 11287525.

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

Color convert

RGB 229 59 172 -
CMYK 0 0.74 0.25 0.10
HSL 320.12º 0.77% 0.56% -
HSV(B) 320.12º 0.74% 0.9% -
XYZ 41.32 22.76 41.25 -
YUV 122.71 155.82 203.81 -
System Red Green Blue C M Y K H S L
Decimal 229 59 172 0 0.74 0.25 0.10 320.12 0.77 0.56
Hex E5 3B AC 0 4A 19 A 140 4D 38
Octal 345 73 254 0 112 31 12 500 115 70
Binary 11100101 111011 10101100 0 1001010 11001 1010 101000000 1001101 111000

Color Harmonies of #E53BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E53BAC

Black with #E53BAC

Text Example


Text Example

White with #E53BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E53BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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