#E6768C

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

Shades of Deep Blush #E6768C

Tints of Deep Blush #E6768C

Color information

#E6768C (or 0xE6768C) is unknown color: approx Deep Blush. HEX triplet: E6, 76 and 8C. RGB value is (230,118,140). Sum of RGB (Red+Green+Blue) = 230+118+140=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E6768C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6768C is #198973. Grayscale: #9A9A9A. Windows color (decimal): -1673588 or 9205478. OLE color: 9205478.

HSL color Cylindrical-coordinate representation of color #E6768C: hue angle of 348.21º 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 #E6768C is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB230118140-
CMYK00.490.390.10
HSL348.21º69.14%68.24%-
HSV(B)348.21º48.7%90.2%-
XYZ43.8531.6728.61-
YUV154120.11182.21-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.13%
GREEN value IS 118 (46.48% from 255) = 24.18%
BLUE value IS 140 (55.08% from 255) = 28.69%
R=47.13%
G=24.18%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011814000.490.390.10348.2169.1468.24
HexE6768C03127A15c4544
Octal3461662140614712534105104
Binary111001101110110100011000110001100111101010101110010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6768C; }

 p { color: rgb(230,118,140); }

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

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

 a { background-color: rgb(230,118,140); }

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

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

 span { border-color: rgb(230,118,140); }

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