Html Css Color HEX #ED728C Deep Blush

📋 copy color: '#ED728C'

red 237 ◦ green 114 ◦ blue 140

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

Shades of Deep Blush #ED728C

Tints of Deep Blush #ED728C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.22%

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

R = 48.27%
G = 23.22%
B = 28.51%

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

#ED728C (or 0xED728C) is known color: Deep Blush. HEX triplet: ED, 72 and 8C. RGB value is (237,114,140). Sum of RGB (Red+Green+Blue) = 237+114+140=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED728C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED728C is #128D73. Grayscale: #999999. Windows color (decimal): -1215860 or 9204461. OLE color: 9204461.

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

Color convert

RGB 237 114 140 -
CMYK 0 0.52 0.41 0.07
HSL 347.32º 0.77% 0.69% -
HSV(B) 347.32º 0.52% 0.93% -
XYZ 45.68 31.93 28.57 -
YUV 153.74 120.25 187.39 -
System Red Green Blue C M Y K H S L
Decimal 237 114 140 0 0.52 0.41 0.07 347.32 0.77 0.69
Hex ED 72 8C 0 34 29 7 15B 4D 45
Octal 355 162 214 0 64 51 7 533 115 105
Binary 11101101 1110010 10001100 0 110100 101001 111 101011011 1001101 1000101

Color Harmonies of #ED728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED728C

Black with #ED728C

Text Example


Text Example

White with #ED728C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED728C; }

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

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

background-color css

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

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

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

border-color css

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

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

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