Html Css Color HEX #E440AD Persian Rose

📋 copy color: '#E440AD'

red 228 ◦ green 64 ◦ blue 173

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

Shades of Persian Rose #E440AD

Tints of Persian Rose #E440AD

RGB

 RED value IS 228 (89.45% from 255) = 49.03%

 GREEN value IS 64 (25.39% from 255) = 13.76%

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

R = 49.03%
G = 13.76%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E440AD (or 0xE440AD) is known color: Persian Rose. HEX triplet: E4, 40 and AD. RGB value is (228,64,173). Sum of RGB (Red+Green+Blue) = 228+64+173=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 228 - color contains mainly: red. Hex color #E440AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E440AD is #1BBF52. Grayscale: #7D7D7D. Windows color (decimal): -1818451 or 11354340. OLE color: 11354340.

HSL color Cylindrical-coordinate representation of color #E440AD: hue angle of 320.12º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E440AD is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 64 173 -
CMYK 0 0.72 0.24 0.11
HSL 320.12º 0.75% 0.57% -
HSV(B) 320.12º 0.72% 0.89% -
XYZ 41.37 23.18 41.83 -
YUV 125.46 154.83 201.14 -
System Red Green Blue C M Y K H S L
Decimal 228 64 173 0 0.72 0.24 0.11 320.12 0.75 0.57
Hex E4 40 AD 0 48 18 B 140 4B 39
Octal 344 100 255 0 110 30 13 500 113 71
Binary 11100100 1000000 10101101 0 1001000 11000 1011 101000000 1001011 111001

Color Harmonies of #E440AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E440AD

Black with #E440AD

Text Example


Text Example

White with #E440AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E440AD; }

 p { color: rgb(228,64,173); }

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

background-color css

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

 a { background-color: rgb(228,64,173); }

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

border-color css

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

 span { border-color: rgb(228,64,173); }

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