Html Css Color HEX #ED778D Deep Blush

📋 copy color: '#ED778D'

red 237 ◦ green 119 ◦ blue 141

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

Shades of Deep Blush #ED778D

Tints of Deep Blush #ED778D

RGB

 RED value IS 237 (92.97% from 255) = 47.69%

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

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

R = 47.69%
G = 23.94%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED778D (or 0xED778D) is known color: Deep Blush. HEX triplet: ED, 77 and 8D. RGB value is (237,119,141). Sum of RGB (Red+Green+Blue) = 237+119+141=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #ED778D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED778D is #128872. Grayscale: #9C9C9C. Windows color (decimal): -1214579 or 9271277. OLE color: 9271277.

HSL color Cylindrical-coordinate representation of color #ED778D: hue angle of 348.81º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED778D is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 119 141 -
CMYK 0 0.50 0.41 0.07
HSL 348.81º 0.77% 0.7% -
HSV(B) 348.81º 0.5% 0.93% -
XYZ 46.33 33.12 29.15 -
YUV 156.79 119.09 185.21 -
System Red Green Blue C M Y K H S L
Decimal 237 119 141 0 0.50 0.41 0.07 348.81 0.77 0.7
Hex ED 77 8D 0 32 29 7 15D 4D 46
Octal 355 167 215 0 62 51 7 535 115 106
Binary 11101101 1110111 10001101 0 110010 101001 111 101011101 1001101 1000110

Color Harmonies of #ED778D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED778D

Black with #ED778D

Text Example


Text Example

White with #ED778D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED778D; }

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

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

background-color css

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

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

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

border-color css

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

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

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