Html Css Color HEX #ED708D Deep Blush

📋 copy color: '#ED708D'

red 237 ◦ green 112 ◦ blue 141

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

Shades of Deep Blush #ED708D

Tints of Deep Blush #ED708D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.86%

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

R = 48.37%
G = 22.86%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED708D (or 0xED708D) is known color: Deep Blush. HEX triplet: ED, 70 and 8D. RGB value is (237,112,141). Sum of RGB (Red+Green+Blue) = 237+112+141=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED708D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED708D is #128F72. Grayscale: #989898. Windows color (decimal): -1216371 or 9269485. OLE color: 9269485.

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

Color convert

RGB 237 112 141 -
CMYK 0 0.53 0.41 0.07
HSL 346.08º 0.78% 0.68% -
HSV(B) 346.08º 0.53% 0.93% -
XYZ 45.53 31.52 28.88 -
YUV 152.68 121.41 188.14 -
System Red Green Blue C M Y K H S L
Decimal 237 112 141 0 0.53 0.41 0.07 346.08 0.78 0.68
Hex ED 70 8D 0 35 29 7 15A 4E 44
Octal 355 160 215 0 65 51 7 532 116 104
Binary 11101101 1110000 10001101 0 110101 101001 111 101011010 1001110 1000100

Color Harmonies of #ED708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED708D

Black with #ED708D

Text Example


Text Example

White with #ED708D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED708D; }

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

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

background-color css

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

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

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

border-color css

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

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

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