Html Css Color HEX #E527AB Persian Rose

📋 copy color: '#E527AB'

red 229 ◦ green 39 ◦ blue 171

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

Shades of Persian Rose #E527AB

Tints of Persian Rose #E527AB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.88%

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

R = 52.16%
G = 8.88%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E527AB (or 0xE527AB) is known color: Persian Rose. HEX triplet: E5, 27 and AB. RGB value is (229,39,171). Sum of RGB (Red+Green+Blue) = 229+39+171=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 39 (15.62% from 255 or 8.88% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E527AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E527AB is #1AD854. Grayscale: #6E6E6E. Windows color (decimal): -1759317 or 11216869. OLE color: 11216869.

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

Color convert

RGB 229 39 171 -
CMYK 0 0.83 0.25 0.10
HSL 318.32º 0.79% 0.53% -
HSV(B) 318.32º 0.83% 0.9% -
XYZ 40.39 21.05 40.46 -
YUV 110.86 161.95 212.27 -
System Red Green Blue C M Y K H S L
Decimal 229 39 171 0 0.83 0.25 0.10 318.32 0.79 0.53
Hex E5 27 AB 0 53 19 A 13E 4F 35
Octal 345 47 253 0 123 31 12 476 117 65
Binary 11100101 100111 10101011 0 1010011 11001 1010 100111110 1001111 110101

Color Harmonies of #E527AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E527AB

Black with #E527AB

Text Example


Text Example

White with #E527AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E527AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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