#E65A74

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

Shades of Dark Pink #E65A74

Tints of Dark Pink #E65A74

Color information

#E65A74 (or 0xE65A74) is unknown color: approx Dark Pink. HEX triplet: E6, 5A and 74. RGB value is (230,90,116). Sum of RGB (Red+Green+Blue) = 230+90+116=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65A74 is #19A58B. Grayscale: #868686. Windows color (decimal): -1680780 or 7625446. OLE color: 7625446.

HSL color Cylindrical-coordinate representation of color #E65A74: hue angle of 348.86º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E65A74 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB23090116-
CMYK00.610.500.10
HSL348.86º73.68%62.75%-
HSV(B)348.86º60.87%90.2%-
XYZ39.4425.419.35-
YUV134.82117.38195.89-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.75%
GREEN value IS 90 (35.55% from 255) = 20.64%
BLUE value IS 116 (45.70% from 255) = 26.61%
R=52.75%
G=20.64%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2309011600.610.500.10348.8673.6862.75
HexE65A7403D32A15d4a3f
Octal346132164075621253511277
Binary1110011010110101110100011110111001010101010111011001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E65A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E65A74; }

 p { color: rgb(230,90,116); }

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

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

 a { background-color: rgb(230,90,116); }

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

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

 span { border-color: rgb(230,90,116); }

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