Html Css Color HEX #ED788B Deep Blush

📋 copy color: '#ED788B'

red 237 ◦ green 120 ◦ blue 139

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

Shades of Deep Blush #ED788B

Tints of Deep Blush #ED788B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.02%

R = 47.78%
G = 24.19%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED788B (or 0xED788B) is known color: Deep Blush. HEX triplet: ED, 78 and 8B. RGB value is (237,120,139). Sum of RGB (Red+Green+Blue) = 237+120+139=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED788B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED788B is #128774. Grayscale: #9D9D9D. Windows color (decimal): -1214325 or 9140461. OLE color: 9140461.

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

Color convert

RGB 237 120 139 -
CMYK 0 0.49 0.41 0.07
HSL 350.26º 0.76% 0.7% -
HSV(B) 350.26º 0.49% 0.93% -
XYZ 46.3 33.3 28.41 -
YUV 157.15 117.76 184.96 -
System Red Green Blue C M Y K H S L
Decimal 237 120 139 0 0.49 0.41 0.07 350.26 0.76 0.7
Hex ED 78 8B 0 31 29 7 15E 4C 46
Octal 355 170 213 0 61 51 7 536 114 106
Binary 11101101 1111000 10001011 0 110001 101001 111 101011110 1001100 1000110

Color Harmonies of #ED788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED788B

Black with #ED788B

Text Example


Text Example

White with #ED788B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED788B; }

 p { color: rgb(237,120,139); }

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

background-color css

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

 a { background-color: rgb(237,120,139); }

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

border-color css

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

 span { border-color: rgb(237,120,139); }

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