#EB768B

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

Shades of Deep Blush #EB768B

Tints of Deep Blush #EB768B

Color information

#EB768B (or 0xEB768B) is unknown color: approx Deep Blush. HEX triplet: EB, 76 and 8B. RGB value is (235,118,139). Sum of RGB (Red+Green+Blue) = 235+118+139=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EB768B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB768B is #148974. Grayscale: #9B9B9B. Windows color (decimal): -1345909 or 9139947. OLE color: 9139947.

HSL color Cylindrical-coordinate representation of color #EB768B: hue angle of 349.23º 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 #EB768B is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB235118139-
CMYK00.500.410.08
HSL349.23º74.52%69.22%-
HSV(B)349.23º49.79%92.16%-
XYZ45.432.4828.3-
YUV155.38118.76184.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.76%
GREEN value IS 118 (46.48% from 255) = 23.98%
BLUE value IS 139 (54.69% from 255) = 28.25%
R=47.76%
G=23.98%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511813900.500.410.08349.2374.5269.22
HexEB768B03229815d4b45
Octal3531662130625110535113105
Binary111010111110110100010110110010101001100010101110110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB768B; }

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

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

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

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

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

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

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

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