Html Css Color HEX #ED728A Deep Blush

📋 copy color: '#ED728A'

red 237 ◦ green 114 ◦ blue 138

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

Shades of Deep Blush #ED728A

Tints of Deep Blush #ED728A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.22%

R = 48.47%
G = 23.31%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED728A (or 0xED728A) is known color: Deep Blush. HEX triplet: ED, 72 and 8A. RGB value is (237,114,138). Sum of RGB (Red+Green+Blue) = 237+114+138=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 114 (44.92% from 255 or 23.31% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED728A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED728A is #128D75. Grayscale: #999999. Windows color (decimal): -1215862 or 9073389. OLE color: 9073389.

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

Color convert

RGB 237 114 138 -
CMYK 0 0.52 0.42 0.07
HSL 348.29º 0.77% 0.69% -
HSV(B) 348.29º 0.52% 0.93% -
XYZ 45.53 31.87 27.8 -
YUV 153.51 119.25 187.55 -
System Red Green Blue C M Y K H S L
Decimal 237 114 138 0 0.52 0.42 0.07 348.29 0.77 0.69
Hex ED 72 8A 0 34 2A 7 15C 4D 45
Octal 355 162 212 0 64 52 7 534 115 105
Binary 11101101 1110010 10001010 0 110100 101010 111 101011100 1001101 1000101

Color Harmonies of #ED728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED728A

Black with #ED728A

Text Example


Text Example

White with #ED728A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED728A; }

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

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

background-color css

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

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

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

border-color css

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

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

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