#EE7FC1

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

Shades of Persian Pink #EE7FC1

Tints of Persian Pink #EE7FC1

Color information

#EE7FC1 (or 0xEE7FC1) is unknown color: approx Persian Pink. HEX triplet: EE, 7F and C1. RGB value is (238,127,193). Sum of RGB (Red+Green+Blue) = 238+127+193=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 127 (50% from 255 or 22.76% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7FC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7FC1 is #11803E. Grayscale: #A7A7A7. Windows color (decimal): -1146943 or 12681198. OLE color: 12681198.

HSL color Cylindrical-coordinate representation of color #EE7FC1: hue angle of 324.32º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE7FC1 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB238127193-
CMYK00.470.190.07
HSL324.32º76.55%71.57%-
HSV(B)324.32º46.64%93.33%-
XYZ52.4737.2154.87-
YUV167.71142.27178.13-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.65%
GREEN value IS 127 (50% from 255) = 22.76%
BLUE value IS 193 (75.78% from 255) = 34.59%
R=42.65%
G=22.76%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812719300.470.190.07324.3276.5571.57
HexEE7FC102F1371444d48
Octal356177301057237504115110
Binary1110111011111111100000101011111001111110100010010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7FC1; }

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

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

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

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

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

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

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

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