Html Css Color HEX #E527A2 Persian Rose

📋 copy color: '#E527A2'

red 229 ◦ green 39 ◦ blue 162

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

Shades of Persian Rose #E527A2

Tints of Persian Rose #E527A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.67%

R = 53.26%
G = 9.07%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.10

RGB Variations

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

Color information

#E527A2 (or 0xE527A2) is known color: Persian Rose. HEX triplet: E5, 27 and A2. RGB value is (229,39,162). Sum of RGB (Red+Green+Blue) = 229+39+162=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E527A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E527A2 is #1AD85D. Grayscale: #6D6D6D. Windows color (decimal): -1759326 or 10627045. OLE color: 10627045.

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

Color convert

RGB 229 39 162 -
CMYK 0 0.83 0.29 0.10
HSL 321.16º 0.79% 0.53% -
HSV(B) 321.16º 0.83% 0.9% -
XYZ 39.56 20.72 36.1 -
YUV 109.83 157.45 213 -
System Red Green Blue C M Y K H S L
Decimal 229 39 162 0 0.83 0.29 0.10 321.16 0.79 0.53
Hex E5 27 A2 0 53 1D A 141 4F 35
Octal 345 47 242 0 123 35 12 501 117 65
Binary 11100101 100111 10100010 0 1010011 11101 1010 101000001 1001111 110101

Color Harmonies of #E527A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E527A2

Black with #E527A2

Text Example


Text Example

White with #E527A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E527A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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