#ED7684

Color #ED7684 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #ED7684

Tints of Deep Blush #ED7684

Color information

#ED7684 (or 0xED7684) is unknown color: approx Deep Blush. HEX triplet: ED, 76 and 84. RGB value is (237,118,132). Sum of RGB (Red+Green+Blue) = 237+118+132=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7684 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7684 is #12897B. Grayscale: #9B9B9B. Windows color (decimal): -1214844 or 8681197. OLE color: 8681197.

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

Color convert

RGB237118132-
CMYK00.500.440.07
HSL352.94º76.77%69.61%-
HSV(B)352.94º50.21%92.94%-
XYZ45.5732.6325.73-
YUV155.18114.92186.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.67%
GREEN value IS 118 (46.48% from 255) = 24.23%
BLUE value IS 132 (51.95% from 255) = 27.10%
R=48.67%
G=24.23%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711813200.500.440.07352.9476.7769.61
HexED76840322C71614d46
Octal355166204062547541115106
Binary11101101111011010000100011001010110011110110000110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7684; }

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

 H1.HeaderClassName
 {
   color: #ED7684;
 }
 .AnyTagClassName
 {
   color: #ED7684;
 }
</style>
background-color css

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

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

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

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

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

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