#ED6F8A

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

Shades of Deep Blush #ED6F8A

Tints of Deep Blush #ED6F8A

Color information

#ED6F8A (or 0xED6F8A) is unknown color: approx Deep Blush. HEX triplet: ED, 6F and 8A. RGB value is (237,111,138). Sum of RGB (Red+Green+Blue) = 237+111+138=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6F8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6F8A is #129075. Grayscale: #979797. Windows color (decimal): -1216630 or 9072621. OLE color: 9072621.

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

Color convert

RGB237111138-
CMYK00.530.420.07
HSL347.14º77.78%68.24%-
HSV(B)347.14º53.16%92.94%-
XYZ45.231.2127.69-
YUV151.75120.24188.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.77%
GREEN value IS 111 (43.75% from 255) = 22.84%
BLUE value IS 138 (54.30% from 255) = 28.40%
R=48.77%
G=22.84%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711113800.530.420.07347.1477.7868.24
HexED6F8A0352A715b4e44
Octal355157212065527533116104
Binary11101101110111110001010011010110101011110101101110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6F8A; }

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

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

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

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

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

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

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

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