Html Css Color HEX #ED7688 Deep Blush

📋 copy color: '#ED7688'

red 237 ◦ green 118 ◦ blue 136

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

Shades of Deep Blush #ED7688

Tints of Deep Blush #ED7688

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.03%

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

R = 48.27%
G = 24.03%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED7688 (or 0xED7688) is known color: Deep Blush. HEX triplet: ED, 76 and 88. RGB value is (237,118,136). Sum of RGB (Red+Green+Blue) = 237+118+136=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7688 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7688 is #128977. Grayscale: #9B9B9B. Windows color (decimal): -1214840 or 8943341. OLE color: 8943341.

HSL color Cylindrical-coordinate representation of color #ED7688: hue angle of 350.92º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED7688 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 118 136 -
CMYK 0 0.50 0.43 0.07
HSL 350.92º 0.77% 0.7% -
HSV(B) 350.92º 0.5% 0.93% -
XYZ 45.85 32.74 27.2 -
YUV 155.63 116.92 186.04 -
System Red Green Blue C M Y K H S L
Decimal 237 118 136 0 0.50 0.43 0.07 350.92 0.77 0.7
Hex ED 76 88 0 32 2B 7 15F 4D 46
Octal 355 166 210 0 62 53 7 537 115 106
Binary 11101101 1110110 10001000 0 110010 101011 111 101011111 1001101 1000110

Color Harmonies of #ED7688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7688

Black with #ED7688

Text Example


Text Example

White with #ED7688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7688; }

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

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

background-color css

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

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

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

border-color css

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

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

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