#EE7FBF

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

Shades of Persian Pink #EE7FBF

Tints of Persian Pink #EE7FBF

Color information

#EE7FBF (or 0xEE7FBF) is unknown color: approx Persian Pink. HEX triplet: EE, 7F and BF. RGB value is (238,127,191). Sum of RGB (Red+Green+Blue) = 238+127+191=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 127 (50% from 255 or 22.84% from 556); Blue value is 191 (75% from 255 or 34.35% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7FBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7FBF is #118040. Grayscale: #A7A7A7. Windows color (decimal): -1146945 or 12550126. OLE color: 12550126.

HSL color Cylindrical-coordinate representation of color #EE7FBF: hue angle of 325.41º 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 #EE7FBF is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB238127191-
CMYK00.470.200.07
HSL325.41º76.55%71.57%-
HSV(B)325.41º46.64%93.33%-
XYZ52.2537.1253.7-
YUV167.48141.27178.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.81%
GREEN value IS 127 (50% from 255) = 22.84%
BLUE value IS 191 (75% from 255) = 34.35%
R=42.81%
G=22.84%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812719100.470.200.07325.4176.5571.57
HexEE7FBF02F1471454d48
Octal356177277057247505115110
Binary1110111011111111011111101011111010011110100010110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7FBF; }

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

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

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

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

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

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

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

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