Html Css Color HEX #E840AF Persian Rose

📋 copy color: '#E840AF'

red 232 ◦ green 64 ◦ blue 175

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

Shades of Persian Rose #E840AF

Tints of Persian Rose #E840AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.15%

R = 49.26%
G = 13.59%
B = 37.15%

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

#E840AF (or 0xE840AF) is known color: Persian Rose. HEX triplet: E8, 40 and AF. RGB value is (232,64,175). Sum of RGB (Red+Green+Blue) = 232+64+175=471 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.26% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 232 - color contains mainly: red. Hex color #E840AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E840AF is #17BF50. Grayscale: #7E7E7E. Windows color (decimal): -1556305 or 11485416. OLE color: 11485416.

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

Color convert

RGB 232 64 175 -
CMYK 0 0.72 0.25 0.09
HSL 320.36º 0.79% 0.58% -
HSV(B) 320.36º 0.72% 0.91% -
XYZ 42.85 23.92 42.92 -
YUV 126.89 155.16 202.97 -
System Red Green Blue C M Y K H S L
Decimal 232 64 175 0 0.72 0.25 0.09 320.36 0.79 0.58
Hex E8 40 AF 0 48 19 9 140 4F 3A
Octal 350 100 257 0 110 31 11 500 117 72
Binary 11101000 1000000 10101111 0 1001000 11001 1001 101000000 1001111 111010

Color Harmonies of #E840AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E840AF

Black with #E840AF

Text Example


Text Example

White with #E840AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E840AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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