Html Css Color HEX #E371AF Persian Pink

📋 copy color: '#E371AF'

red 227 ◦ green 113 ◦ blue 175

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

Shades of Persian Pink #E371AF

Tints of Persian Pink #E371AF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.94%

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

R = 44.08%
G = 21.94%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E371AF (or 0xE371AF) is known color: Persian Pink. HEX triplet: E3, 71 and AF. RGB value is (227,113,175). Sum of RGB (Red+Green+Blue) = 227+113+175=515 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.08% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 227 - color contains mainly: red. Hex color #E371AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E371AF is #1C8E50. Grayscale: #9A9A9A. Windows color (decimal): -1871441 or 11497955. OLE color: 11497955.

HSL color Cylindrical-coordinate representation of color #E371AF: hue angle of 327.37º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E371AF is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 113 175 -
CMYK 0 0.50 0.23 0.11
HSL 327.37º 0.67% 0.67% -
HSV(B) 327.37º 0.5% 0.89% -
XYZ 45.32 31.24 44.2 -
YUV 154.15 139.77 179.96 -
System Red Green Blue C M Y K H S L
Decimal 227 113 175 0 0.50 0.23 0.11 327.37 0.67 0.67
Hex E3 71 AF 0 32 17 B 147 43 43
Octal 343 161 257 0 62 27 13 507 103 103
Binary 11100011 1110001 10101111 0 110010 10111 1011 101000111 1000011 1000011

Color Harmonies of #E371AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E371AF

Black with #E371AF

Text Example


Text Example

White with #E371AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E371AF; }

 p { color: rgb(227,113,175); }

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

background-color css

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

 a { background-color: rgb(227,113,175); }

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

border-color css

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

 span { border-color: rgb(227,113,175); }

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