#ED6F93

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

Shades of Deep Blush #ED6F93

Tints of Deep Blush #ED6F93

Color information

#ED6F93 (or 0xED6F93) is unknown color: approx Deep Blush. HEX triplet: ED, 6F and 93. RGB value is (237,111,147). Sum of RGB (Red+Green+Blue) = 237+111+147=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6F93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6F93 is #12906C. Grayscale: #989898. Windows color (decimal): -1216621 or 9662445. OLE color: 9662445.

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

Color convert

RGB237111147-
CMYK00.530.380.07
HSL342.86º77.78%68.24%-
HSV(B)342.86º53.16%92.94%-
XYZ45.8831.4831.26-
YUV152.78124.74188.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.88%
GREEN value IS 111 (43.75% from 255) = 22.42%
BLUE value IS 147 (57.81% from 255) = 29.70%
R=47.88%
G=22.42%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711114700.530.380.07342.8677.7868.24
HexED6F930352671574e44
Octal355157223065467527116104
Binary11101101110111110010011011010110011011110101011110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6F93; }

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

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

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

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

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

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

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

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