#E8427E

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

Shades of Dark Pink #E8427E

Tints of Dark Pink #E8427E

Color information

#E8427E (or 0xE8427E) is unknown color: approx Dark Pink. HEX triplet: E8, 42 and 7E. RGB value is (232,66,126). Sum of RGB (Red+Green+Blue) = 232+66+126=424 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.72% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 232 - color contains mainly: red. Hex color #E8427E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8427E is #17BD81. Grayscale: #7A7A7A. Windows color (decimal): -1555842 or 8274664. OLE color: 8274664.

HSL color Cylindrical-coordinate representation of color #E8427E: hue angle of 338.31º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E8427E is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB23266126-
CMYK00.720.460.09
HSL338.31º78.3%58.43%-
HSV(B)338.31º71.55%90.98%-
XYZ38.9922.5622.04-
YUV122.47130206.12-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 54.72%
GREEN value IS 66 (26.17% from 255) = 15.57%
BLUE value IS 126 (49.61% from 255) = 29.72%
R=54.72%
G=15.57%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2326612600.720.460.09338.3178.358.43
HexE8427E0482E91524e3a
Octal3501021760110561152211672
Binary11101000100001011111100100100010111010011010100101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8427E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8427E; }

 p { color: rgb(232,66,126); }

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

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

 a { background-color: rgb(232,66,126); }

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

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

 span { border-color: rgb(232,66,126); }

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