Html Css Color HEX #ED7489 Deep Blush

📋 copy color: '#ED7489'

red 237 ◦ green 116 ◦ blue 137

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

Shades of Deep Blush #ED7489

Tints of Deep Blush #ED7489

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.67%

 BLUE value IS 137 (53.91% from 255) = 27.96%

R = 48.37%
G = 23.67%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED7489 (or 0xED7489) is known color: Deep Blush. HEX triplet: ED, 74 and 89. RGB value is (237,116,137). Sum of RGB (Red+Green+Blue) = 237+116+137=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7489 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7489 is #128B76. Grayscale: #9A9A9A. Windows color (decimal): -1215351 or 9008365. OLE color: 9008365.

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

Color convert

RGB 237 116 137 -
CMYK 0 0.51 0.42 0.07
HSL 349.59º 0.77% 0.69% -
HSV(B) 349.59º 0.51% 0.93% -
XYZ 45.69 32.3 27.49 -
YUV 154.57 118.09 186.79 -
System Red Green Blue C M Y K H S L
Decimal 237 116 137 0 0.51 0.42 0.07 349.59 0.77 0.69
Hex ED 74 89 0 33 2A 7 15E 4D 45
Octal 355 164 211 0 63 52 7 536 115 105
Binary 11101101 1110100 10001001 0 110011 101010 111 101011110 1001101 1000101

Color Harmonies of #ED7489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7489

Black with #ED7489

Text Example


Text Example

White with #ED7489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7489; }

 p { color: rgb(237,116,137); }

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

background-color css

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

 a { background-color: rgb(237,116,137); }

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

border-color css

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

 span { border-color: rgb(237,116,137); }

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