Html Css Color HEX #E340AE Persian Rose

📋 copy color: '#E340AE'

red 227 ◦ green 64 ◦ blue 174

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

Shades of Persian Rose #E340AE

Tints of Persian Rose #E340AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.42%

R = 48.82%
G = 13.76%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E340AE (or 0xE340AE) is known color: Persian Rose. HEX triplet: E3, 40 and AE. RGB value is (227,64,174). Sum of RGB (Red+Green+Blue) = 227+64+174=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E340AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E340AE is #1CBF51. Grayscale: #7C7C7C. Windows color (decimal): -1883986 or 11419875. OLE color: 11419875.

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

Color convert

RGB 227 64 174 -
CMYK 0 0.72 0.23 0.11
HSL 319.51º 0.74% 0.57% -
HSV(B) 319.51º 0.72% 0.89% -
XYZ 41.15 23.05 42.33 -
YUV 125.28 155.5 200.56 -
System Red Green Blue C M Y K H S L
Decimal 227 64 174 0 0.72 0.23 0.11 319.51 0.74 0.57
Hex E3 40 AE 0 48 17 B 140 4A 39
Octal 343 100 256 0 110 27 13 500 112 71
Binary 11100011 1000000 10101110 0 1001000 10111 1011 101000000 1001010 111001

Color Harmonies of #E340AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E340AE

Black with #E340AE

Text Example


Text Example

White with #E340AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E340AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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