Html Css Color HEX #E035AF Persian Rose

📋 copy color: '#E035AF'

red 224 ◦ green 53 ◦ blue 175

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

Shades of Persian Rose #E035AF

Tints of Persian Rose #E035AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.72%

R = 49.56%
G = 11.73%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E035AF (or 0xE035AF) is known color: Persian Rose. HEX triplet: E0, 35 and AF. RGB value is (224,53,175). Sum of RGB (Red+Green+Blue) = 224+53+175=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 53 (21.09% from 255 or 11.73% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E035AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E035AF is #1FCA50. Grayscale: #757575. Windows color (decimal): -2083409 or 11482592. OLE color: 11482592.

HSL color Cylindrical-coordinate representation of color #E035AF: hue angle of 317.19º 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 #E035AF is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 53 175 -
CMYK 0 0.76 0.22 0.12
HSL 317.19º 0.73% 0.54% -
HSV(B) 317.19º 0.76% 0.88% -
XYZ 39.75 21.49 42.61 -
YUV 118.04 160.15 203.58 -
System Red Green Blue C M Y K H S L
Decimal 224 53 175 0 0.76 0.22 0.12 317.19 0.73 0.54
Hex E0 35 AF 0 4C 16 C 13D 49 36
Octal 340 65 257 0 114 26 14 475 111 66
Binary 11100000 110101 10101111 0 1001100 10110 1100 100111101 1001001 110110

Color Harmonies of #E035AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E035AF

Black with #E035AF

Text Example


Text Example

White with #E035AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E035AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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