Html Css Color HEX #EB778C Deep Blush

📋 copy color: '#EB778C'

red 235 ◦ green 119 ◦ blue 140

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

Shades of Deep Blush #EB778C

Tints of Deep Blush #EB778C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.09%

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

R = 47.57%
G = 24.09%
B = 28.34%

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

#EB778C (or 0xEB778C) is known color: Deep Blush. HEX triplet: EB, 77 and 8C. RGB value is (235,119,140). Sum of RGB (Red+Green+Blue) = 235+119+140=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EB778C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB778C is #148873. Grayscale: #9C9C9C. Windows color (decimal): -1345652 or 9205739. OLE color: 9205739.

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

Color convert

RGB 235 119 140 -
CMYK 0 0.49 0.40 0.08
HSL 349.14º 0.74% 0.69% -
HSV(B) 349.14º 0.49% 0.92% -
XYZ 45.59 32.75 28.73 -
YUV 156.08 118.93 184.29 -
System Red Green Blue C M Y K H S L
Decimal 235 119 140 0 0.49 0.40 0.08 349.14 0.74 0.69
Hex EB 77 8C 0 31 28 8 15D 4A 45
Octal 353 167 214 0 61 50 10 535 112 105
Binary 11101011 1110111 10001100 0 110001 101000 1000 101011101 1001010 1000101

Color Harmonies of #EB778C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB778C

Black with #EB778C

Text Example


Text Example

White with #EB778C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB778C; }

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

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

background-color css

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

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

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

border-color css

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

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

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