Html Css Color HEX #ED7488 Deep Blush

📋 copy color: '#ED7488'

red 237 ◦ green 116 ◦ blue 136

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

Shades of Deep Blush #ED7488

Tints of Deep Blush #ED7488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.81%

R = 48.47%
G = 23.72%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED7488 (or 0xED7488) is known color: Deep Blush. HEX triplet: ED, 74 and 88. RGB value is (237,116,136). Sum of RGB (Red+Green+Blue) = 237+116+136=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7488 is #128B77. Grayscale: #9A9A9A. Windows color (decimal): -1215352 or 8942829. OLE color: 8942829.

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

Color convert

RGB 237 116 136 -
CMYK 0 0.51 0.43 0.07
HSL 350.08º 0.77% 0.69% -
HSV(B) 350.08º 0.51% 0.93% -
XYZ 45.61 32.27 27.12 -
YUV 154.46 117.59 186.87 -
System Red Green Blue C M Y K H S L
Decimal 237 116 136 0 0.51 0.43 0.07 350.08 0.77 0.69
Hex ED 74 88 0 33 2B 7 15E 4D 45
Octal 355 164 210 0 63 53 7 536 115 105
Binary 11101101 1110100 10001000 0 110011 101011 111 101011110 1001101 1000101

Color Harmonies of #ED7488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7488

Black with #ED7488

Text Example


Text Example

White with #ED7488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7488; }

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

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

background-color css

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

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

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

border-color css

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

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

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