Html Css Color HEX #E340AD Persian Rose

📋 copy color: '#E340AD'

red 227 ◦ green 64 ◦ blue 173

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

Shades of Persian Rose #E340AD

Tints of Persian Rose #E340AD

RGB

 RED value IS 227 (89.06% from 255) = 48.92%

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

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

R = 48.92%
G = 13.79%
B = 37.28%

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

#E340AD (or 0xE340AD) is known color: Persian Rose. HEX triplet: E3, 40 and AD. RGB value is (227,64,173). Sum of RGB (Red+Green+Blue) = 227+64+173=464 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.92% from 464); Green value is 64 (25.39% from 255 or 13.79% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 227 - color contains mainly: red. Hex color #E340AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E340AD is #1CBF52. Grayscale: #7C7C7C. Windows color (decimal): -1883987 or 11354339. OLE color: 11354339.

HSL color Cylindrical-coordinate representation of color #E340AD: hue angle of 319.88º degrees, saturation: 0.74, 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 #E340AD is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 64 173 -
CMYK 0 0.72 0.24 0.11
HSL 319.88º 0.74% 0.57% -
HSV(B) 319.88º 0.72% 0.89% -
XYZ 41.05 23.01 41.81 -
YUV 125.16 155 200.64 -
System Red Green Blue C M Y K H S L
Decimal 227 64 173 0 0.72 0.24 0.11 319.88 0.74 0.57
Hex E3 40 AD 0 48 18 B 140 4A 39
Octal 343 100 255 0 110 30 13 500 112 71
Binary 11100011 1000000 10101101 0 1001000 11000 1011 101000000 1001010 111001

Color Harmonies of #E340AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E340AD

Black with #E340AD

Text Example


Text Example

White with #E340AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E340AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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