#E374C2

Color #E374C2 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #E374C2

Tints of Persian Pink #E374C2

Color information

#E374C2 (or 0xE374C2) is unknown color: approx Persian Pink. HEX triplet: E3, 74 and C2. RGB value is (227,116,194). Sum of RGB (Red+Green+Blue) = 227+116+194=537 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.27% from 537); Green value is 116 (45.70% from 255 or 21.60% from 537); Blue value is 194 (76.17% from 255 or 36.13% from 537); Max value from RGB is 227 - color contains mainly: red. Hex color #E374C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E374C2 is #1C8B3D. Grayscale: #9D9D9D. Windows color (decimal): -1870654 or 12743907. OLE color: 12743907.

HSL color Cylindrical-coordinate representation of color #E374C2: hue angle of 317.84º degrees, saturation: 0.66, 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 #E374C2 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB227116194-
CMYK00.490.150.11
HSL317.84º66.47%67.25%-
HSV(B)317.84º48.9%89.02%-
XYZ47.6632.7254.84-
YUV158.08148.27177.16-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.27%
GREEN value IS 116 (45.70% from 255) = 21.60%
BLUE value IS 194 (76.17% from 255) = 36.13%
R=42.27%
G=21.60%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711619400.490.150.11317.8466.4767.25
HexE374C2031FB13e4243
Octal3431643020611713476102103
Binary1110001111101001100001001100011111101110011111010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E374C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E374C2; }

 p { color: rgb(227,116,194); }

 H1.HeaderClassName
 {
   color: #E374C2;
 }
 .AnyTagClassName
 {
   color: #E374C2;
 }
</style>
background-color css

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

 a { background-color: rgb(227,116,194); }

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

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

 span { border-color: rgb(227,116,194); }

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