#E37FC1

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

Shades of Persian Pink #E37FC1

Tints of Persian Pink #E37FC1

Color information

#E37FC1 (or 0xE37FC1) is unknown color: approx Persian Pink. HEX triplet: E3, 7F and C1. RGB value is (227,127,193). Sum of RGB (Red+Green+Blue) = 227+127+193=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 227 - color contains mainly: red. Hex color #E37FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37FC1 is #1C803E. Grayscale: #A4A4A4. Windows color (decimal): -1867839 or 12681187. OLE color: 12681187.

HSL color Cylindrical-coordinate representation of color #E37FC1: hue angle of 320.4º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E37FC1 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB227127193-
CMYK00.440.150.11
HSL320.4º64.1%69.41%-
HSV(B)320.4º44.05%89.02%-
XYZ48.8935.3654.7-
YUV164.42144.13172.63-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.50%
GREEN value IS 127 (50% from 255) = 23.22%
BLUE value IS 193 (75.78% from 255) = 35.28%
R=41.50%
G=23.22%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712719300.440.150.11320.464.169.41
HexE37FC102CFB1404045
Octal3431773010541713500100105
Binary1110001111111111100000101011001111101110100000010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E37FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E37FC1; }

 p { color: rgb(227,127,193); }

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

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

 a { background-color: rgb(227,127,193); }

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

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

 span { border-color: rgb(227,127,193); }

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