#E370C0

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

Shades of Persian Pink #E370C0

Tints of Persian Pink #E370C0

Color information

#E370C0 (or 0xE370C0) is unknown color: approx Persian Pink. HEX triplet: E3, 70 and C0. RGB value is (227,112,192). Sum of RGB (Red+Green+Blue) = 227+112+192=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 227 - color contains mainly: red. Hex color #E370C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E370C0 is #1C8F3F. Grayscale: #9B9B9B. Windows color (decimal): -1871680 or 12611811. OLE color: 12611811.

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

Color convert

RGB227112192-
CMYK00.510.150.11
HSL318.26º67.25%66.47%-
HSV(B)318.26º50.66%89.02%-
XYZ46.9931.7353.52-
YUV155.5148.6179-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.75%
GREEN value IS 112 (44.14% from 255) = 21.09%
BLUE value IS 192 (75.39% from 255) = 36.16%
R=42.75%
G=21.09%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711219200.510.150.11318.2667.2566.47
HexE370C0033FB13e4342
Octal3431603000631713476103102
Binary1110001111100001100000001100111111101110011111010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E370C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E370C0; }

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

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

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

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

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

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

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

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