Html Css Color HEX #E52BAC Persian Rose

📋 copy color: '#E52BAC'

red 229 ◦ green 43 ◦ blue 172

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

Shades of Persian Rose #E52BAC

Tints of Persian Rose #E52BAC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.68%

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

R = 51.58%
G = 9.68%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E52BAC (or 0xE52BAC) is known color: Persian Rose. HEX triplet: E5, 2B and AC. RGB value is (229,43,172). Sum of RGB (Red+Green+Blue) = 229+43+172=444 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.58% from 444); Green value is 43 (17.19% from 255 or 9.68% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 229 - color contains mainly: red. Hex color #E52BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52BAC is #1AD453. Grayscale: #707070. Windows color (decimal): -1758292 or 11283429. OLE color: 11283429.

HSL color Cylindrical-coordinate representation of color #E52BAC: hue angle of 318.39º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E52BAC is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 43 172 -
CMYK 0 0.81 0.25 0.10
HSL 318.39º 0.78% 0.53% -
HSV(B) 318.39º 0.81% 0.9% -
XYZ 40.62 21.36 41.01 -
YUV 113.32 161.12 210.51 -
System Red Green Blue C M Y K H S L
Decimal 229 43 172 0 0.81 0.25 0.10 318.39 0.78 0.53
Hex E5 2B AC 0 51 19 A 13E 4E 35
Octal 345 53 254 0 121 31 12 476 116 65
Binary 11100101 101011 10101100 0 1010001 11001 1010 100111110 1001110 110101

Color Harmonies of #E52BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52BAC

Black with #E52BAC

Text Example


Text Example

White with #E52BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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