Html Css Color HEX #ED708F Deep Blush

📋 copy color: '#ED708F'

red 237 ◦ green 112 ◦ blue 143

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

Shades of Deep Blush #ED708F

Tints of Deep Blush #ED708F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.07%

R = 48.17%
G = 22.76%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED708F (or 0xED708F) is known color: Deep Blush. HEX triplet: ED, 70 and 8F. RGB value is (237,112,143). Sum of RGB (Red+Green+Blue) = 237+112+143=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 112 (44.14% from 255 or 22.76% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED708F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED708F is #128F70. Grayscale: #989898. Windows color (decimal): -1216369 or 9400557. OLE color: 9400557.

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

Color convert

RGB 237 112 143 -
CMYK 0 0.53 0.40 0.07
HSL 345.12º 0.78% 0.68% -
HSV(B) 345.12º 0.53% 0.93% -
XYZ 45.68 31.58 29.67 -
YUV 152.91 122.41 187.98 -
System Red Green Blue C M Y K H S L
Decimal 237 112 143 0 0.53 0.40 0.07 345.12 0.78 0.68
Hex ED 70 8F 0 35 28 7 159 4E 44
Octal 355 160 217 0 65 50 7 531 116 104
Binary 11101101 1110000 10001111 0 110101 101000 111 101011001 1001110 1000100

Color Harmonies of #ED708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED708F

Black with #ED708F

Text Example


Text Example

White with #ED708F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED708F; }

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

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

background-color css

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

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

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

border-color css

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

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

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