#EF628B

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

Shades of Deep Blush #EF628B

Tints of Deep Blush #EF628B

Color information

#EF628B (or 0xEF628B) is unknown color: approx Deep Blush. HEX triplet: EF, 62 and 8B. RGB value is (239,98,139). Sum of RGB (Red+Green+Blue) = 239+98+139=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF628B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF628B is #109D74. Grayscale: #909090. Windows color (decimal): -1088885 or 9134831. OLE color: 9134831.

HSL color Cylindrical-coordinate representation of color #EF628B: hue angle of 342.55º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF628B is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB23998139-
CMYK00.590.420.06
HSL342.55º81.5%66.08%-
HSV(B)342.55º59%93.73%-
XYZ44.6228.9527.66-
YUV144.83124.71195.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.21%
GREEN value IS 98 (38.67% from 255) = 20.59%
BLUE value IS 139 (54.69% from 255) = 29.20%
R=50.21%
G=20.59%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399813900.590.420.06342.5581.566.08
HexEF628B03B2A61575242
Octal357142213073526527122102
Binary11101111110001010001011011101110101011010101011110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF628B; }

 p { color: rgb(239,98,139); }

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

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

 a { background-color: rgb(239,98,139); }

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

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

 span { border-color: rgb(239,98,139); }

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