#E67490

Color #E67490 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #E67490

Tints of Deep Blush #E67490

Color information

#E67490 (or 0xE67490) is unknown color: approx Deep Blush. HEX triplet: E6, 74 and 90. RGB value is (230,116,144). Sum of RGB (Red+Green+Blue) = 230+116+144=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 230 - color contains mainly: red. Hex color #E67490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67490 is #198B6F. Grayscale: #999999. Windows color (decimal): -1674096 or 9467110. OLE color: 9467110.

HSL color Cylindrical-coordinate representation of color #E67490: hue angle of 345.26º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E67490 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB230116144-
CMYK00.500.370.10
HSL345.26º69.51%67.84%-
HSV(B)345.26º49.57%90.2%-
XYZ43.9131.3330.12-
YUV153.28122.77182.72-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.94%
GREEN value IS 116 (45.70% from 255) = 23.67%
BLUE value IS 144 (56.64% from 255) = 29.39%
R=46.94%
G=23.67%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011614400.500.370.10345.2669.5167.84
HexE6749003225A1594644
Octal3461642200624512531106104
Binary111001101110100100100000110010100101101010101100110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67490; }

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

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

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

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

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

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

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

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