#E34F90

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

Shades of Dark Pink #E34F90

Tints of Dark Pink #E34F90

Color information

#E34F90 (or 0xE34F90) is unknown color: approx Dark Pink. HEX triplet: E3, 4F and 90. RGB value is (227,79,144). Sum of RGB (Red+Green+Blue) = 227+79+144=450 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.44% from 450); Green value is 79 (31.25% from 255 or 17.56% from 450); Blue value is 144 (56.64% from 255 or 32% from 450); Max value from RGB is 227 - color contains mainly: red. Hex color #E34F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E34F90 is #1CB06F. Grayscale: #828282. Windows color (decimal): -1880176 or 9457635. OLE color: 9457635.

HSL color Cylindrical-coordinate representation of color #E34F90: hue angle of 333.65º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E34F90 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB22779144-
CMYK00.650.370.11
HSL333.65º72.55%60%-
HSV(B)333.65º65.2%89.02%-
XYZ39.5123.9428.92-
YUV130.66135.53196.71-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 50.44%
GREEN value IS 79 (31.25% from 255) = 17.56%
BLUE value IS 144 (56.64% from 255) = 32%
R=50.44%
G=17.56%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2277914400.650.370.11333.6572.5560
HexE34F9004125B14e493c
Octal3431172200101451351611174
Binary111000111001111100100000100000110010110111010011101001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34F90; }

 p { color: rgb(227,79,144); }

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

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

 a { background-color: rgb(227,79,144); }

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

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

 span { border-color: rgb(227,79,144); }

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