Html Css Color HEX #E526A1 Persian Rose

📋 copy color: '#E526A1'

red 229 ◦ green 38 ◦ blue 161

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

Shades of Persian Rose #E526A1

Tints of Persian Rose #E526A1

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.88%

 BLUE value IS 161 (63.28% from 255) = 37.62%

R = 53.5%
G = 8.88%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E526A1 (or 0xE526A1) is known color: Persian Rose. HEX triplet: E5, 26 and A1. RGB value is (229,38,161). Sum of RGB (Red+Green+Blue) = 229+38+161=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 38 (15.23% from 255 or 8.88% from 428); Blue value is 161 (63.28% from 255 or 37.62% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E526A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E526A1 is #1AD95E. Grayscale: #6C6C6C. Windows color (decimal): -1759583 or 10561253. OLE color: 10561253.

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

Color convert

RGB 229 38 161 -
CMYK 0 0.83 0.30 0.10
HSL 321.36º 0.79% 0.52% -
HSV(B) 321.36º 0.83% 0.9% -
XYZ 39.44 20.62 35.62 -
YUV 109.13 157.28 213.5 -
System Red Green Blue C M Y K H S L
Decimal 229 38 161 0 0.83 0.30 0.10 321.36 0.79 0.52
Hex E5 26 A1 0 53 1E A 141 4F 34
Octal 345 46 241 0 123 36 12 501 117 64
Binary 11100101 100110 10100001 0 1010011 11110 1010 101000001 1001111 110100

Color Harmonies of #E526A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E526A1

Black with #E526A1

Text Example


Text Example

White with #E526A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E526A1; }

 p { color: rgb(229,38,161); }

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

background-color css

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

 a { background-color: rgb(229,38,161); }

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

border-color css

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

 span { border-color: rgb(229,38,161); }

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