Html Css Color HEX #E841AF Persian Rose

📋 copy color: '#E841AF'

red 232 ◦ green 65 ◦ blue 175

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

Shades of Persian Rose #E841AF

Tints of Persian Rose #E841AF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.77%

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

R = 49.15%
G = 13.77%
B = 37.08%

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

#E841AF (or 0xE841AF) is known color: Persian Rose. HEX triplet: E8, 41 and AF. RGB value is (232,65,175). Sum of RGB (Red+Green+Blue) = 232+65+175=472 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.15% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 232 - color contains mainly: red. Hex color #E841AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E841AF is #17BE50. Grayscale: #7F7F7F. Windows color (decimal): -1556049 or 11485672. OLE color: 11485672.

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

Color convert

RGB 232 65 175 -
CMYK 0 0.72 0.25 0.09
HSL 320.48º 0.78% 0.58% -
HSV(B) 320.48º 0.72% 0.91% -
XYZ 42.91 24.03 42.93 -
YUV 127.47 154.83 202.56 -
System Red Green Blue C M Y K H S L
Decimal 232 65 175 0 0.72 0.25 0.09 320.48 0.78 0.58
Hex E8 41 AF 0 48 19 9 140 4E 3A
Octal 350 101 257 0 110 31 11 500 116 72
Binary 11101000 1000001 10101111 0 1001000 11001 1001 101000000 1001110 111010

Color Harmonies of #E841AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E841AF

Black with #E841AF

Text Example


Text Example

White with #E841AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E841AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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