#ED648B

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

Shades of Deep Blush #ED648B

Tints of Deep Blush #ED648B

Color information

#ED648B (or 0xED648B) is unknown color: approx Deep Blush. HEX triplet: ED, 64 and 8B. RGB value is (237,100,139). Sum of RGB (Red+Green+Blue) = 237+100+139=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #ED648B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED648B is #129B74. Grayscale: #919191. Windows color (decimal): -1219445 or 9135341. OLE color: 9135341.

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

Color convert

RGB237100139-
CMYK00.580.410.07
HSL342.92º79.19%66.08%-
HSV(B)342.92º57.81%92.94%-
XYZ44.1428.9827.69-
YUV145.41124.39193.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.79%
GREEN value IS 100 (39.45% from 255) = 21.01%
BLUE value IS 139 (54.69% from 255) = 29.20%
R=49.79%
G=21.01%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710013900.580.410.07342.9279.1966.08
HexED648B03A2971574f42
Octal355144213072517527117102
Binary11101101110010010001011011101010100111110101011110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED648B; }

 p { color: rgb(237,100,139); }

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

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

 a { background-color: rgb(237,100,139); }

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

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

 span { border-color: rgb(237,100,139); }

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