#EE5E7F

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

Shades of Brink Pink #EE5E7F

Tints of Brink Pink #EE5E7F

Color information

#EE5E7F (or 0xEE5E7F) is unknown color: approx Brink Pink. HEX triplet: EE, 5E and 7F. RGB value is (238,94,127). Sum of RGB (Red+Green+Blue) = 238+94+127=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5E7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5E7F is #11A180. Grayscale: #8C8C8C. Windows color (decimal): -1155457 or 8347374. OLE color: 8347374.

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

Color convert

RGB23894127-
CMYK00.610.470.07
HSL346.25º80.9%65.1%-
HSV(B)346.25º60.5%93.33%-
XYZ43.0927.7123.16-
YUV140.82120.21197.32-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 51.85%
GREEN value IS 94 (37.11% from 255) = 20.48%
BLUE value IS 127 (50% from 255) = 27.67%
R=51.85%
G=20.48%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2389412700.610.470.07346.2580.965.1
HexEE5E7F03D2F715a5141
Octal356136177075577532121101
Binary1110111010111101111111011110110111111110101101010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5E7F; }

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

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

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

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

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

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

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

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