#EB768A

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

Shades of Deep Blush #EB768A

Tints of Deep Blush #EB768A

Color information

#EB768A (or 0xEB768A) is unknown color: approx Deep Blush. HEX triplet: EB, 76 and 8A. RGB value is (235,118,138). Sum of RGB (Red+Green+Blue) = 235+118+138=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EB768A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB768A is #148975. Grayscale: #9B9B9B. Windows color (decimal): -1345910 or 9074411. OLE color: 9074411.

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

Color convert

RGB235118138-
CMYK00.500.410.08
HSL349.74º74.52%69.22%-
HSV(B)349.74º49.79%92.16%-
XYZ45.3332.4527.92-
YUV155.26118.26184.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.86%
GREEN value IS 118 (46.48% from 255) = 24.03%
BLUE value IS 138 (54.30% from 255) = 28.11%
R=47.86%
G=24.03%
B=28.11%

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
Decimal23511813800.500.410.08349.7474.5269.22
HexEB768A03229815e4b45
Octal3531662120625110536113105
Binary111010111110110100010100110010101001100010101111010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB768A; }

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

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

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

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

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

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

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

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