#EE457B

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

Shades of Dark Pink #EE457B

Tints of Dark Pink #EE457B

Color information

#EE457B (or 0xEE457B) is unknown color: approx Dark Pink. HEX triplet: EE, 45 and 7B. RGB value is (238,69,123). Sum of RGB (Red+Green+Blue) = 238+69+123=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EE457B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE457B is #11BA84. Grayscale: #7D7D7D. Windows color (decimal): -1161861 or 8078830. OLE color: 8078830.

HSL color Cylindrical-coordinate representation of color #EE457B: hue angle of 340.83º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE457B is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB23869123-
CMYK00.710.480.07
HSL340.83º83.25%60.2%-
HSV(B)340.83º71.01%93.33%-
XYZ40.9623.8621.19-
YUV125.69126.49208.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 55.35%
GREEN value IS 69 (27.34% from 255) = 16.05%
BLUE value IS 123 (48.44% from 255) = 28.60%
R=55.35%
G=16.05%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2386912300.710.480.07340.8383.2560.2
HexEE457B047307155533c
Octal356105173010760752512374
Binary1110111010001011111011010001111100001111010101011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE457B; }

 p { color: rgb(238,69,123); }

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

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

 a { background-color: rgb(238,69,123); }

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

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

 span { border-color: rgb(238,69,123); }

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