#E74B84

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

Shades of Dark Pink #E74B84

Tints of Dark Pink #E74B84

Color information

#E74B84 (or 0xE74B84) is unknown color: approx Dark Pink. HEX triplet: E7, 4B and 84. RGB value is (231,75,132). Sum of RGB (Red+Green+Blue) = 231+75+132=438 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.74% from 438); Green value is 75 (29.69% from 255 or 17.12% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 231 - color contains mainly: red. Hex color #E74B84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74B84 is #18B47B. Grayscale: #808080. Windows color (decimal): -1619068 or 8670183. OLE color: 8670183.

HSL color Cylindrical-coordinate representation of color #E74B84: hue angle of 338.08º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E74B84 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB23175132-
CMYK00.680.430.09
HSL338.08º76.47%60%-
HSV(B)338.08º67.53%90.59%-
XYZ39.6423.6924.31-
YUV128.14130.18201.37-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.74%
GREEN value IS 75 (29.69% from 255) = 17.12%
BLUE value IS 132 (51.95% from 255) = 30.14%
R=52.74%
G=17.12%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2317513200.680.430.09338.0876.4760
HexE74B840442B91524c3c
Octal3471132040104531152211474
Binary111001111001011100001000100010010101110011010100101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74B84; }

 p { color: rgb(231,75,132); }

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

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

 a { background-color: rgb(231,75,132); }

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

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

 span { border-color: rgb(231,75,132); }

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