Html Css Color HEX #ED7986 Deep Blush

📋 copy color: '#ED7986'

red 237 ◦ green 121 ◦ blue 134

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

Shades of Deep Blush #ED7986

Tints of Deep Blush #ED7986

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.59%

 BLUE value IS 134 (52.73% from 255) = 27.24%

R = 48.17%
G = 24.59%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED7986 (or 0xED7986) is known color: Deep Blush. HEX triplet: ED, 79 and 86. RGB value is (237,121,134). Sum of RGB (Red+Green+Blue) = 237+121+134=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 121 (47.66% from 255 or 24.59% from 492); Blue value is 134 (52.73% from 255 or 27.24% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7986 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7986 is #128679. Grayscale: #9D9D9D. Windows color (decimal): -1214074 or 8813037. OLE color: 8813037.

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

Color convert

RGB 237 121 134 -
CMYK 0 0.49 0.43 0.07
HSL 353.28º 0.76% 0.7% -
HSV(B) 353.28º 0.49% 0.93% -
XYZ 46.07 33.4 26.57 -
YUV 157.17 114.93 184.94 -
System Red Green Blue C M Y K H S L
Decimal 237 121 134 0 0.49 0.43 0.07 353.28 0.76 0.7
Hex ED 79 86 0 31 2B 7 161 4C 46
Octal 355 171 206 0 61 53 7 541 114 106
Binary 11101101 1111001 10000110 0 110001 101011 111 101100001 1001100 1000110

Color Harmonies of #ED7986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7986

Black with #ED7986

Text Example


Text Example

White with #ED7986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7986; }

 p { color: rgb(237,121,134); }

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

background-color css

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

 a { background-color: rgb(237,121,134); }

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

border-color css

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

 span { border-color: rgb(237,121,134); }

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