Html Css Color HEX #E840AE Persian Rose

📋 copy color: '#E840AE'

red 232 ◦ green 64 ◦ blue 174

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

Shades of Persian Rose #E840AE

Tints of Persian Rose #E840AE

RGB

 RED value IS 232 (91.02% from 255) = 49.36%

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

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

R = 49.36%
G = 13.62%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E840AE (or 0xE840AE) is known color: Persian Rose. HEX triplet: E8, 40 and AE. RGB value is (232,64,174). Sum of RGB (Red+Green+Blue) = 232+64+174=470 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.36% from 470); Green value is 64 (25.39% from 255 or 13.62% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 232 - color contains mainly: red. Hex color #E840AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E840AE is #17BF51. Grayscale: #7E7E7E. Windows color (decimal): -1556306 or 11419880. OLE color: 11419880.

HSL color Cylindrical-coordinate representation of color #E840AE: hue angle of 320.71º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E840AE is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 64 174 -
CMYK 0 0.72 0.25 0.09
HSL 320.71º 0.79% 0.58% -
HSV(B) 320.71º 0.72% 0.91% -
XYZ 42.75 23.88 42.4 -
YUV 126.77 154.66 203.06 -
System Red Green Blue C M Y K H S L
Decimal 232 64 174 0 0.72 0.25 0.09 320.71 0.79 0.58
Hex E8 40 AE 0 48 19 9 141 4F 3A
Octal 350 100 256 0 110 31 11 501 117 72
Binary 11101000 1000000 10101110 0 1001000 11001 1001 101000001 1001111 111010

Color Harmonies of #E840AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E840AE

Black with #E840AE

Text Example


Text Example

White with #E840AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E840AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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