#E6758A

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

Shades of Deep Blush #E6758A

Tints of Deep Blush #E6758A

Color information

#E6758A (or 0xE6758A) is unknown color: approx Deep Blush. HEX triplet: E6, 75 and 8A. RGB value is (230,117,138). Sum of RGB (Red+Green+Blue) = 230+117+138=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 230 - color contains mainly: red. Hex color #E6758A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6758A is #198A75. Grayscale: #999999. Windows color (decimal): -1673846 or 9074150. OLE color: 9074150.

HSL color Cylindrical-coordinate representation of color #E6758A: hue angle of 348.85º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E6758A is Cyan = 0, Magento = 0.49, Yellow = 0.4 and Black (K on CMYK) = 0.10.

Color convert

RGB230117138-
CMYK00.490.40.10
HSL348.85º69.33%68.04%-
HSV(B)348.85º49.13%90.2%-
XYZ43.5831.3827.8-
YUV153.18119.44182.79-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.42%
GREEN value IS 117 (46.09% from 255) = 24.12%
BLUE value IS 138 (54.30% from 255) = 28.45%
R=47.42%
G=24.12%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.4
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011713800.490.40.10348.8569.3368.04
HexE6758A03128A15d4544
Octal3461652120615012535105104
Binary111001101110101100010100110001101000101010101110110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6758A; }

 p { color: rgb(230,117,138); }

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

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

 a { background-color: rgb(230,117,138); }

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

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

 span { border-color: rgb(230,117,138); }

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