#EB447E

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

Shades of Dark Pink #EB447E

Tints of Dark Pink #EB447E

Color information

#EB447E (or 0xEB447E) is unknown color: approx Dark Pink. HEX triplet: EB, 44 and 7E. RGB value is (235,68,126). Sum of RGB (Red+Green+Blue) = 235+68+126=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EB447E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB447E is #14BB81. Grayscale: #7C7C7C. Windows color (decimal): -1358722 or 8275179. OLE color: 8275179.

HSL color Cylindrical-coordinate representation of color #EB447E: hue angle of 339.16º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB447E is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB23568126-
CMYK00.710.460.08
HSL339.16º80.68%59.41%-
HSV(B)339.16º71.06%92.16%-
XYZ40.0923.322.12-
YUV124.54128.83206.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.78%
GREEN value IS 68 (26.95% from 255) = 15.85%
BLUE value IS 126 (49.61% from 255) = 29.37%
R=54.78%
G=15.85%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356812600.710.460.08339.1680.6859.41
HexEB447E0472E8153513b
Octal3531041760107561052312173
Binary11101011100010011111100100011110111010001010100111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB447E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB447E; }

 p { color: rgb(235,68,126); }

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

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

 a { background-color: rgb(235,68,126); }

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

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

 span { border-color: rgb(235,68,126); }

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