Html Css Color HEX #EB768C Deep Blush

📋 copy color: '#EB768C'

red 235 ◦ green 118 ◦ blue 140

#EB768C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Blush #EB768C

Tints of Deep Blush #EB768C

RGB

 RED value IS 235 (92.19% from 255) = 47.67%

 GREEN value IS 118 (46.48% from 255) = 23.94%

 BLUE value IS 140 (55.08% from 255) = 28.4%

R = 47.67%
G = 23.94%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB768C (or 0xEB768C) is known color: Deep Blush. HEX triplet: EB, 76 and 8C. RGB value is (235,118,140). Sum of RGB (Red+Green+Blue) = 235+118+140=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EB768C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB768C is #148973. Grayscale: #9B9B9B. Windows color (decimal): -1345908 or 9205483. OLE color: 9205483.

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

Color convert

RGB 235 118 140 -
CMYK 0 0.50 0.40 0.08
HSL 348.72º 0.75% 0.69% -
HSV(B) 348.72º 0.5% 0.92% -
XYZ 45.47 32.51 28.69 -
YUV 155.49 119.26 184.71 -
System Red Green Blue C M Y K H S L
Decimal 235 118 140 0 0.50 0.40 0.08 348.72 0.75 0.69
Hex EB 76 8C 0 32 28 8 15D 4B 45
Octal 353 166 214 0 62 50 10 535 113 105
Binary 11101011 1110110 10001100 0 110010 101000 1000 101011101 1001011 1000101

Color Harmonies of #EB768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB768C

Black with #EB768C

Text Example


Text Example

White with #EB768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB768C; }

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

 H1.HeaderClassName
 {
   color: #EB768C;
 }
 .AnyTagClassName
 {
   color: #EB768C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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