Html Css Color HEX #ED778A Deep Blush

📋 copy color: '#ED778A'

red 237 ◦ green 119 ◦ blue 138

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

Shades of Deep Blush #ED778A

Tints of Deep Blush #ED778A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.94%

R = 47.98%
G = 24.09%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED778A (or 0xED778A) is known color: Deep Blush. HEX triplet: ED, 77 and 8A. RGB value is (237,119,138). Sum of RGB (Red+Green+Blue) = 237+119+138=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED778A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED778A is #128875. Grayscale: #9C9C9C. Windows color (decimal): -1214582 or 9074669. OLE color: 9074669.

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

Color convert

RGB 237 119 138 -
CMYK 0 0.50 0.42 0.07
HSL 350.34º 0.77% 0.7% -
HSV(B) 350.34º 0.5% 0.93% -
XYZ 46.11 33.03 27.99 -
YUV 156.45 117.59 185.46 -
System Red Green Blue C M Y K H S L
Decimal 237 119 138 0 0.50 0.42 0.07 350.34 0.77 0.7
Hex ED 77 8A 0 32 2A 7 15E 4D 46
Octal 355 167 212 0 62 52 7 536 115 106
Binary 11101101 1110111 10001010 0 110010 101010 111 101011110 1001101 1000110

Color Harmonies of #ED778A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED778A

Black with #ED778A

Text Example


Text Example

White with #ED778A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED778A; }

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

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

background-color css

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

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

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

border-color css

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

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

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