#EF758B

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

Shades of Deep Blush #EF758B

Tints of Deep Blush #EF758B

Color information

#EF758B (or 0xEF758B) is unknown color: approx Deep Blush. HEX triplet: EF, 75 and 8B. RGB value is (239,117,139). Sum of RGB (Red+Green+Blue) = 239+117+139=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF758B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF758B is #108A74. Grayscale: #9C9C9C. Windows color (decimal): -1084021 or 9139695. OLE color: 9139695.

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

Color convert

RGB239117139-
CMYK00.510.420.06
HSL349.18º79.22%69.8%-
HSV(B)349.18º51.05%93.73%-
XYZ46.6232.9428.33-
YUV155.99118.42187.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.28%
GREEN value IS 117 (46.09% from 255) = 23.64%
BLUE value IS 139 (54.69% from 255) = 28.08%
R=48.28%
G=23.64%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911713900.510.420.06349.1879.2269.8
HexEF758B0332A615d4f46
Octal357165213063526535117106
Binary11101111111010110001011011001110101011010101110110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF758B; }

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

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

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

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

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

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

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

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