Html Css Color HEX #ED718C Deep Blush

📋 copy color: '#ED718C'

red 237 ◦ green 113 ◦ blue 140

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

Shades of Deep Blush #ED718C

Tints of Deep Blush #ED718C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.06%

 BLUE value IS 140 (55.08% from 255) = 28.57%

R = 48.37%
G = 23.06%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED718C (or 0xED718C) is known color: Deep Blush. HEX triplet: ED, 71 and 8C. RGB value is (237,113,140). Sum of RGB (Red+Green+Blue) = 237+113+140=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED718C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED718C is #128E73. Grayscale: #999999. Windows color (decimal): -1216116 or 9204205. OLE color: 9204205.

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

Color convert

RGB 237 113 140 -
CMYK 0 0.52 0.41 0.07
HSL 346.94º 0.78% 0.69% -
HSV(B) 346.94º 0.52% 0.93% -
XYZ 45.56 31.71 28.53 -
YUV 153.15 120.58 187.8 -
System Red Green Blue C M Y K H S L
Decimal 237 113 140 0 0.52 0.41 0.07 346.94 0.78 0.69
Hex ED 71 8C 0 34 29 7 15B 4E 45
Octal 355 161 214 0 64 51 7 533 116 105
Binary 11101101 1110001 10001100 0 110100 101001 111 101011011 1001110 1000101

Color Harmonies of #ED718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED718C

Black with #ED718C

Text Example


Text Example

White with #ED718C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED718C; }

 p { color: rgb(237,113,140); }

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

background-color css

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

 a { background-color: rgb(237,113,140); }

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

border-color css

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

 span { border-color: rgb(237,113,140); }

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