#ED668C

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

Shades of Deep Blush #ED668C

Tints of Deep Blush #ED668C

Color information

#ED668C (or 0xED668C) is unknown color: approx Deep Blush. HEX triplet: ED, 66 and 8C. RGB value is (237,102,140). Sum of RGB (Red+Green+Blue) = 237+102+140=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED668C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED668C is #129973. Grayscale: #929292. Windows color (decimal): -1218932 or 9201389. OLE color: 9201389.

HSL color Cylindrical-coordinate representation of color #ED668C: hue angle of 343.11º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED668C is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB237102140-
CMYK00.570.410.07
HSL343.11º78.95%66.47%-
HSV(B)343.11º56.96%92.94%-
XYZ44.4129.428.15-
YUV146.7124.23192.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.48%
GREEN value IS 102 (40.23% from 255) = 21.29%
BLUE value IS 140 (55.08% from 255) = 29.23%
R=49.48%
G=21.29%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710214000.570.410.07343.1178.9566.47
HexED668C0392971574f42
Octal355146214071517527117102
Binary11101101110011010001100011100110100111110101011110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED668C; }

 p { color: rgb(237,102,140); }

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

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

 a { background-color: rgb(237,102,140); }

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

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

 span { border-color: rgb(237,102,140); }

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