Html Css Color HEX #E035A9 Persian Rose

📋 copy color: '#E035A9'

red 224 ◦ green 53 ◦ blue 169

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

Shades of Persian Rose #E035A9

Tints of Persian Rose #E035A9

RGB

 RED value IS 224 (87.89% from 255) = 50.22%

 GREEN value IS 53 (21.09% from 255) = 11.88%

 BLUE value IS 169 (66.41% from 255) = 37.89%

R = 50.22%
G = 11.88%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E035A9 (or 0xE035A9) is known color: Persian Rose. HEX triplet: E0, 35 and A9. RGB value is (224,53,169). Sum of RGB (Red+Green+Blue) = 224+53+169=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 53 (21.09% from 255 or 11.88% from 446); Blue value is 169 (66.41% from 255 or 37.89% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E035A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E035A9 is #1FCA56. Grayscale: #757575. Windows color (decimal): -2083415 or 11089376. OLE color: 11089376.

HSL color Cylindrical-coordinate representation of color #E035A9: hue angle of 319.3º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E035A9 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 53 169 -
CMYK 0 0.76 0.25 0.12
HSL 319.3º 0.73% 0.54% -
HSV(B) 319.3º 0.76% 0.88% -
XYZ 39.18 21.26 39.57 -
YUV 117.35 157.15 204.07 -
System Red Green Blue C M Y K H S L
Decimal 224 53 169 0 0.76 0.25 0.12 319.3 0.73 0.54
Hex E0 35 A9 0 4C 19 C 13F 49 36
Octal 340 65 251 0 114 31 14 477 111 66
Binary 11100000 110101 10101001 0 1001100 11001 1100 100111111 1001001 110110

Color Harmonies of #E035A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E035A9

Black with #E035A9

Text Example


Text Example

White with #E035A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E035A9; }

 p { color: rgb(224,53,169); }

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

background-color css

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

 a { background-color: rgb(224,53,169); }

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

border-color css

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

 span { border-color: rgb(224,53,169); }

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