Html Css Color HEX #E373AF Persian Pink

📋 copy color: '#E373AF'

red 227 ◦ green 115 ◦ blue 175

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

Shades of Persian Pink #E373AF

Tints of Persian Pink #E373AF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.24%

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

R = 43.91%
G = 22.24%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E373AF (or 0xE373AF) is known color: Persian Pink. HEX triplet: E3, 73 and AF. RGB value is (227,115,175). Sum of RGB (Red+Green+Blue) = 227+115+175=517 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.91% from 517); Green value is 115 (45.31% from 255 or 22.24% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 227 - color contains mainly: red. Hex color #E373AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E373AF is #1C8C50. Grayscale: #9B9B9B. Windows color (decimal): -1870929 or 11498467. OLE color: 11498467.

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

Color convert

RGB 227 115 175 -
CMYK 0 0.49 0.23 0.11
HSL 327.86º 0.67% 0.67% -
HSV(B) 327.86º 0.49% 0.89% -
XYZ 45.55 31.69 44.27 -
YUV 155.33 139.11 179.12 -
System Red Green Blue C M Y K H S L
Decimal 227 115 175 0 0.49 0.23 0.11 327.86 0.67 0.67
Hex E3 73 AF 0 31 17 B 148 43 43
Octal 343 163 257 0 61 27 13 510 103 103
Binary 11100011 1110011 10101111 0 110001 10111 1011 101001000 1000011 1000011

Color Harmonies of #E373AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E373AF

Black with #E373AF

Text Example


Text Example

White with #E373AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E373AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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