Html Css Color HEX #E035AD Persian Rose

📋 copy color: '#E035AD'

red 224 ◦ green 53 ◦ blue 173

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

Shades of Persian Rose #E035AD

Tints of Persian Rose #E035AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.44%

R = 49.78%
G = 11.78%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E035AD (or 0xE035AD) is known color: Persian Rose. HEX triplet: E0, 35 and AD. RGB value is (224,53,173). Sum of RGB (Red+Green+Blue) = 224+53+173=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 53 (21.09% from 255 or 11.78% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E035AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E035AD is #1FCA52. Grayscale: #757575. Windows color (decimal): -2083411 or 11351520. OLE color: 11351520.

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

Color convert

RGB 224 53 173 -
CMYK 0 0.76 0.23 0.12
HSL 317.89º 0.73% 0.54% -
HSV(B) 317.89º 0.76% 0.88% -
XYZ 39.56 21.41 41.58 -
YUV 117.81 159.15 203.74 -
System Red Green Blue C M Y K H S L
Decimal 224 53 173 0 0.76 0.23 0.12 317.89 0.73 0.54
Hex E0 35 AD 0 4C 17 C 13E 49 36
Octal 340 65 255 0 114 27 14 476 111 66
Binary 11100000 110101 10101101 0 1001100 10111 1100 100111110 1001001 110110

Color Harmonies of #E035AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E035AD

Black with #E035AD

Text Example


Text Example

White with #E035AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E035AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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