Html Css Color HEX #E528AB Persian Rose

📋 copy color: '#E528AB'

red 229 ◦ green 40 ◦ blue 171

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

Shades of Persian Rose #E528AB

Tints of Persian Rose #E528AB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.09%

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

R = 52.05%
G = 9.09%
B = 38.86%

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

#E528AB (or 0xE528AB) is known color: Persian Rose. HEX triplet: E5, 28 and AB. RGB value is (229,40,171). Sum of RGB (Red+Green+Blue) = 229+40+171=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E528AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E528AB is #1AD754. Grayscale: #6F6F6F. Windows color (decimal): -1759061 or 11217125. OLE color: 11217125.

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

Color convert

RGB 229 40 171 -
CMYK 0 0.83 0.25 0.10
HSL 318.41º 0.78% 0.53% -
HSV(B) 318.41º 0.83% 0.9% -
XYZ 40.42 21.12 40.47 -
YUV 111.45 161.62 211.85 -
System Red Green Blue C M Y K H S L
Decimal 229 40 171 0 0.83 0.25 0.10 318.41 0.78 0.53
Hex E5 28 AB 0 53 19 A 13E 4E 35
Octal 345 50 253 0 123 31 12 476 116 65
Binary 11100101 101000 10101011 0 1010011 11001 1010 100111110 1001110 110101

Color Harmonies of #E528AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E528AB

Black with #E528AB

Text Example


Text Example

White with #E528AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E528AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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