#EB768D

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

Shades of Deep Blush #EB768D

Tints of Deep Blush #EB768D

Color information

#EB768D (or 0xEB768D) is unknown color: approx Deep Blush. HEX triplet: EB, 76 and 8D. RGB value is (235,118,141). Sum of RGB (Red+Green+Blue) = 235+118+141=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EB768D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB768D is #148972. Grayscale: #9B9B9B. Windows color (decimal): -1345907 or 9271019. OLE color: 9271019.

HSL color Cylindrical-coordinate representation of color #EB768D: hue angle of 348.21º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB768D is Cyan = 0, Magento = 0.50, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB235118141-
CMYK00.500.40.08
HSL348.21º74.52%69.22%-
HSV(B)348.21º49.79%92.16%-
XYZ45.5532.5429.08-
YUV155.61119.76184.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.57%
GREEN value IS 118 (46.48% from 255) = 23.89%
BLUE value IS 141 (55.47% from 255) = 28.54%
R=47.57%
G=23.89%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.4
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511814100.500.40.08348.2174.5269.22
HexEB768D03228815c4b45
Octal3531662150625010534113105
Binary111010111110110100011010110010101000100010101110010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB768D; }

 p { color: rgb(235,118,141); }

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

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

 a { background-color: rgb(235,118,141); }

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

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

 span { border-color: rgb(235,118,141); }

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