Html Css Color HEX #ED718B Deep Blush

📋 copy color: '#ED718B'

red 237 ◦ green 113 ◦ blue 139

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

Shades of Deep Blush #ED718B

Tints of Deep Blush #ED718B

RGB

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

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

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

R = 48.47%
G = 23.11%
B = 28.43%

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

#ED718B (or 0xED718B) is known color: Deep Blush. HEX triplet: ED, 71 and 8B. RGB value is (237,113,139). Sum of RGB (Red+Green+Blue) = 237+113+139=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED718B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED718B is #128E74. Grayscale: #999999. Windows color (decimal): -1216117 or 9138669. OLE color: 9138669.

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

Color convert

RGB 237 113 139 -
CMYK 0 0.52 0.41 0.07
HSL 347.42º 0.78% 0.69% -
HSV(B) 347.42º 0.52% 0.93% -
XYZ 45.49 31.68 28.14 -
YUV 153.04 120.08 187.89 -
System Red Green Blue C M Y K H S L
Decimal 237 113 139 0 0.52 0.41 0.07 347.42 0.78 0.69
Hex ED 71 8B 0 34 29 7 15B 4E 45
Octal 355 161 213 0 64 51 7 533 116 105
Binary 11101101 1110001 10001011 0 110100 101001 111 101011011 1001110 1000101

Color Harmonies of #ED718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED718B

Black with #ED718B

Text Example


Text Example

White with #ED718B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED718B; }

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

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

background-color css

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

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

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

border-color css

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

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

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