#ED788A

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

Shades of Deep Blush #ED788A

Tints of Deep Blush #ED788A

Color information

#ED788A (or 0xED788A) is unknown color: approx Deep Blush. HEX triplet: ED, 78 and 8A. RGB value is (237,120,138). Sum of RGB (Red+Green+Blue) = 237+120+138=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED788A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED788A is #128775. Grayscale: #9D9D9D. Windows color (decimal): -1214326 or 9074925. OLE color: 9074925.

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

Color convert

RGB237120138-
CMYK00.490.420.07
HSL350.77º76.47%70%-
HSV(B)350.77º49.37%92.94%-
XYZ46.2333.2728.03-
YUV157.04117.26185.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.88%
GREEN value IS 120 (47.27% from 255) = 24.24%
BLUE value IS 138 (54.30% from 255) = 27.88%
R=47.88%
G=24.24%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712013800.490.420.07350.7776.4770
HexED788A0312A715f4c46
Octal355170212061527537114106
Binary11101101111100010001010011000110101011110101111110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED788A; }

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

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

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

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

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

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

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

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