Html Css Color HEX #EB778D Deep Blush

📋 copy color: '#EB778D'

red 235 ◦ green 119 ◦ blue 141

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

Shades of Deep Blush #EB778D

Tints of Deep Blush #EB778D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.48%

R = 47.47%
G = 24.04%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB778D (or 0xEB778D) is known color: Deep Blush. HEX triplet: EB, 77 and 8D. RGB value is (235,119,141). Sum of RGB (Red+Green+Blue) = 235+119+141=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EB778D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB778D is #148872. Grayscale: #9C9C9C. Windows color (decimal): -1345651 or 9271275. OLE color: 9271275.

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

Color convert

RGB 235 119 141 -
CMYK 0 0.49 0.4 0.08
HSL 348.62º 0.74% 0.69% -
HSV(B) 348.62º 0.49% 0.92% -
XYZ 45.67 32.78 29.12 -
YUV 156.19 119.43 184.21 -
System Red Green Blue C M Y K H S L
Decimal 235 119 141 0 0.49 0.4 0.08 348.62 0.74 0.69
Hex EB 77 8D 0 31 28 8 15D 4A 45
Octal 353 167 215 0 61 50 10 535 112 105
Binary 11101011 1110111 10001101 0 110001 101000 1000 101011101 1001010 1000101

Color Harmonies of #EB778D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB778D

Black with #EB778D

Text Example


Text Example

White with #EB778D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB778D; }

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

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

background-color css

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

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

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

border-color css

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

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

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