#EE5F78

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

Shades of Brink Pink #EE5F78

Tints of Brink Pink #EE5F78

Color information

#EE5F78 (or 0xEE5F78) is unknown color: approx Brink Pink. HEX triplet: EE, 5F and 78. RGB value is (238,95,120). Sum of RGB (Red+Green+Blue) = 238+95+120=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5F78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5F78 is #11A087. Grayscale: #8C8C8C. Windows color (decimal): -1155208 or 7888878. OLE color: 7888878.

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

Color convert

RGB23895120-
CMYK00.600.500.07
HSL349.51º80.79%65.29%-
HSV(B)349.51º60.08%93.33%-
XYZ42.7427.7220.87-
YUV140.61116.38197.47-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 52.54%
GREEN value IS 95 (37.5% from 255) = 20.97%
BLUE value IS 120 (47.27% from 255) = 26.49%
R=52.54%
G=20.97%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2389512000.600.500.07349.5180.7965.29
HexEE5F7803C32715e5141
Octal356137170074627536121101
Binary1110111010111111111000011110011001011110101111010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5F78; }

 p { color: rgb(238,95,120); }

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

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

 a { background-color: rgb(238,95,120); }

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

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

 span { border-color: rgb(238,95,120); }

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