#EE4B7B

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

Shades of Dark Pink #EE4B7B

Tints of Dark Pink #EE4B7B

Color information

#EE4B7B (or 0xEE4B7B) is unknown color: approx Dark Pink. HEX triplet: EE, 4B and 7B. RGB value is (238,75,123). Sum of RGB (Red+Green+Blue) = 238+75+123=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 75 (29.69% from 255 or 17.20% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4B7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4B7B is #11B484. Grayscale: #818181. Windows color (decimal): -1160325 or 8080366. OLE color: 8080366.

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

Color convert

RGB23875123-
CMYK00.680.480.07
HSL342.33º82.74%61.37%-
HSV(B)342.33º68.49%93.33%-
XYZ41.3524.6421.32-
YUV129.21124.5205.6-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 54.59%
GREEN value IS 75 (29.69% from 255) = 17.20%
BLUE value IS 123 (48.44% from 255) = 28.21%
R=54.59%
G=17.20%
B=28.21%

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
Decimal2387512300.680.480.07342.3382.7461.37
HexEE4B7B044307156533d
Octal356113173010460752612375
Binary1110111010010111111011010001001100001111010101101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4B7B; }

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

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

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

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

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

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

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

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