Html Css Color HEX #E525A4 Persian Rose

📋 copy color: '#E525A4'

red 229 ◦ green 37 ◦ blue 164

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

Shades of Persian Rose #E525A4

Tints of Persian Rose #E525A4

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.6%

 BLUE value IS 164 (64.45% from 255) = 38.14%

R = 53.26%
G = 8.6%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E525A4 (or 0xE525A4) is known color: Persian Rose. HEX triplet: E5, 25 and A4. RGB value is (229,37,164). Sum of RGB (Red+Green+Blue) = 229+37+164=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 164 (64.45% from 255 or 38.14% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E525A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E525A4 is #1ADA5B. Grayscale: #6C6C6C. Windows color (decimal): -1759836 or 10757605. OLE color: 10757605.

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

Color convert

RGB 229 37 164 -
CMYK 0 0.84 0.28 0.10
HSL 320.31º 0.79% 0.52% -
HSV(B) 320.31º 0.84% 0.9% -
XYZ 39.68 20.66 37.02 -
YUV 108.89 159.11 213.67 -
System Red Green Blue C M Y K H S L
Decimal 229 37 164 0 0.84 0.28 0.10 320.31 0.79 0.52
Hex E5 25 A4 0 54 1C A 140 4F 34
Octal 345 45 244 0 124 34 12 500 117 64
Binary 11100101 100101 10100100 0 1010100 11100 1010 101000000 1001111 110100

Color Harmonies of #E525A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E525A4

Black with #E525A4

Text Example


Text Example

White with #E525A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E525A4; }

 p { color: rgb(229,37,164); }

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

background-color css

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

 a { background-color: rgb(229,37,164); }

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

border-color css

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

 span { border-color: rgb(229,37,164); }

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