#EC758E

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

Shades of Deep Blush #EC758E

Tints of Deep Blush #EC758E

Color information

#EC758E (or 0xEC758E) is unknown color: approx Deep Blush. HEX triplet: EC, 75 and 8E. RGB value is (236,117,142). Sum of RGB (Red+Green+Blue) = 236+117+142=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 117 (46.09% from 255 or 23.64% from 495); Blue value is 142 (55.86% from 255 or 28.69% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC758E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC758E is #138A71. Grayscale: #9B9B9B. Windows color (decimal): -1280626 or 9336300. OLE color: 9336300.

HSL color Cylindrical-coordinate representation of color #EC758E: hue angle of 347.39º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC758E is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB236117142-
CMYK00.500.400.07
HSL347.39º75.8%69.22%-
HSV(B)347.39º50.42%92.55%-
XYZ45.8432.5129.45-
YUV155.43120.42185.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.68%
GREEN value IS 117 (46.09% from 255) = 23.64%
BLUE value IS 142 (55.86% from 255) = 28.69%
R=47.68%
G=23.64%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611714200.500.400.07347.3975.869.22
HexEC758E03228715b4c45
Octal354165216062507533114105
Binary11101100111010110001110011001010100011110101101110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC758E; }

 p { color: rgb(236,117,142); }

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

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

 a { background-color: rgb(236,117,142); }

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

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

 span { border-color: rgb(236,117,142); }

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