Html Css Color HEX #ED728F Deep Blush

📋 copy color: '#ED728F'

red 237 ◦ green 114 ◦ blue 143

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

Shades of Deep Blush #ED728F

Tints of Deep Blush #ED728F

RGB

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

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

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

R = 47.98%
G = 23.08%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED728F (or 0xED728F) is known color: Deep Blush. HEX triplet: ED, 72 and 8F. RGB value is (237,114,143). Sum of RGB (Red+Green+Blue) = 237+114+143=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED728F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED728F is #128D70. Grayscale: #9A9A9A. Windows color (decimal): -1215857 or 9401069. OLE color: 9401069.

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

Color convert

RGB 237 114 143 -
CMYK 0 0.52 0.40 0.07
HSL 345.85º 0.77% 0.69% -
HSV(B) 345.85º 0.52% 0.93% -
XYZ 45.9 32.02 29.75 -
YUV 154.08 121.75 187.14 -
System Red Green Blue C M Y K H S L
Decimal 237 114 143 0 0.52 0.40 0.07 345.85 0.77 0.69
Hex ED 72 8F 0 34 28 7 15A 4D 45
Octal 355 162 217 0 64 50 7 532 115 105
Binary 11101101 1110010 10001111 0 110100 101000 111 101011010 1001101 1000101

Color Harmonies of #ED728F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED728F

Black with #ED728F

Text Example


Text Example

White with #ED728F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED728F; }

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

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

background-color css

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

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

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

border-color css

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

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

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