Html Css Color HEX #E370AF Persian Pink

📋 copy color: '#E370AF'

red 227 ◦ green 112 ◦ blue 175

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

Shades of Persian Pink #E370AF

Tints of Persian Pink #E370AF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.79%

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

R = 44.16%
G = 21.79%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E370AF (or 0xE370AF) is known color: Persian Pink. HEX triplet: E3, 70 and AF. RGB value is (227,112,175). Sum of RGB (Red+Green+Blue) = 227+112+175=514 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.16% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 227 - color contains mainly: red. Hex color #E370AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E370AF is #1C8F50. Grayscale: #999999. Windows color (decimal): -1871697 or 11497699. OLE color: 11497699.

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

Color convert

RGB 227 112 175 -
CMYK 0 0.51 0.23 0.11
HSL 327.13º 0.67% 0.66% -
HSV(B) 327.13º 0.51% 0.89% -
XYZ 45.21 31.01 44.16 -
YUV 153.57 140.1 180.38 -
System Red Green Blue C M Y K H S L
Decimal 227 112 175 0 0.51 0.23 0.11 327.13 0.67 0.66
Hex E3 70 AF 0 33 17 B 147 43 42
Octal 343 160 257 0 63 27 13 507 103 102
Binary 11100011 1110000 10101111 0 110011 10111 1011 101000111 1000011 1000010

Color Harmonies of #E370AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E370AF

Black with #E370AF

Text Example


Text Example

White with #E370AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E370AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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