Html Css Color HEX #EB788C Deep Blush

📋 copy color: '#EB788C'

red 235 ◦ green 120 ◦ blue 140

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

Shades of Deep Blush #EB788C

Tints of Deep Blush #EB788C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.24%

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

R = 47.47%
G = 24.24%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB788C (or 0xEB788C) is known color: Deep Blush. HEX triplet: EB, 78 and 8C. RGB value is (235,120,140). Sum of RGB (Red+Green+Blue) = 235+120+140=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EB788C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB788C is #148773. Grayscale: #9C9C9C. Windows color (decimal): -1345396 or 9205995. OLE color: 9205995.

HSL color Cylindrical-coordinate representation of color #EB788C: hue angle of 349.57º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EB788C is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 120 140 -
CMYK 0 0.49 0.40 0.08
HSL 349.57º 0.74% 0.7% -
HSV(B) 349.57º 0.49% 0.92% -
XYZ 45.71 32.99 28.77 -
YUV 156.67 118.6 183.87 -
System Red Green Blue C M Y K H S L
Decimal 235 120 140 0 0.49 0.40 0.08 349.57 0.74 0.7
Hex EB 78 8C 0 31 28 8 15E 4A 46
Octal 353 170 214 0 61 50 10 536 112 106
Binary 11101011 1111000 10001100 0 110001 101000 1000 101011110 1001010 1000110

Color Harmonies of #EB788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB788C

Black with #EB788C

Text Example


Text Example

White with #EB788C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB788C; }

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

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

background-color css

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

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

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

border-color css

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

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

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