#EE4B7C

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

Shades of Dark Pink #EE4B7C

Tints of Dark Pink #EE4B7C

Color information

#EE4B7C (or 0xEE4B7C) is unknown color: approx Dark Pink. HEX triplet: EE, 4B and 7C. RGB value is (238,75,124). Sum of RGB (Red+Green+Blue) = 238+75+124=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4B7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4B7C is #11B483. Grayscale: #818181. Windows color (decimal): -1160324 or 8145902. OLE color: 8145902.

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

Color convert

RGB23875124-
CMYK00.680.480.07
HSL341.96º82.74%61.37%-
HSV(B)341.96º68.49%93.33%-
XYZ41.4124.6621.65-
YUV129.32125205.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 54.46%
GREEN value IS 75 (29.69% from 255) = 17.16%
BLUE value IS 124 (48.83% from 255) = 28.38%
R=54.46%
G=17.16%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2387512400.680.480.07341.9682.7461.37
HexEE4B7C044307156533d
Octal356113174010460752612375
Binary1110111010010111111100010001001100001111010101101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4B7C; }

 p { color: rgb(238,75,124); }

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

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

 a { background-color: rgb(238,75,124); }

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

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

 span { border-color: rgb(238,75,124); }

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