Html Css Color HEX #E52BAB Persian Rose

📋 copy color: '#E52BAB'

red 229 ◦ green 43 ◦ blue 171

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

Shades of Persian Rose #E52BAB

Tints of Persian Rose #E52BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.6%

R = 51.69%
G = 9.71%
B = 38.6%

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

#E52BAB (or 0xE52BAB) is known color: Persian Rose. HEX triplet: E5, 2B and AB. RGB value is (229,43,171). Sum of RGB (Red+Green+Blue) = 229+43+171=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 43 (17.19% from 255 or 9.71% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E52BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E52BAB is #1AD454. Grayscale: #707070. Windows color (decimal): -1758293 or 11217893. OLE color: 11217893.

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

Color convert

RGB 229 43 171 -
CMYK 0 0.81 0.25 0.10
HSL 318.71º 0.78% 0.53% -
HSV(B) 318.71º 0.81% 0.9% -
XYZ 40.53 21.33 40.51 -
YUV 113.21 160.62 210.59 -
System Red Green Blue C M Y K H S L
Decimal 229 43 171 0 0.81 0.25 0.10 318.71 0.78 0.53
Hex E5 2B AB 0 51 19 A 13F 4E 35
Octal 345 53 253 0 121 31 12 477 116 65
Binary 11100101 101011 10101011 0 1010001 11001 1010 100111111 1001110 110101

Color Harmonies of #E52BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E52BAB

Black with #E52BAB

Text Example


Text Example

White with #E52BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E52BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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