#EC758A

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

Shades of Deep Blush #EC758A

Tints of Deep Blush #EC758A

Color information

#EC758A (or 0xEC758A) is unknown color: approx Deep Blush. HEX triplet: EC, 75 and 8A. RGB value is (236,117,138). Sum of RGB (Red+Green+Blue) = 236+117+138=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC758A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC758A is #138A75. Grayscale: #9B9B9B. Windows color (decimal): -1280630 or 9074156. OLE color: 9074156.

HSL color Cylindrical-coordinate representation of color #EC758A: hue angle of 349.41º 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 #EC758A is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB236117138-
CMYK00.500.420.07
HSL349.41º75.8%69.22%-
HSV(B)349.41º50.42%92.55%-
XYZ45.5432.3927.9-
YUV154.98118.42185.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.07%
GREEN value IS 117 (46.09% from 255) = 23.83%
BLUE value IS 138 (54.30% from 255) = 28.11%
R=48.07%
G=23.83%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611713800.500.420.07349.4175.869.22
HexEC758A0322A715d4c45
Octal354165212062527535114105
Binary11101100111010110001010011001010101011110101110110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC758A; }

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

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

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

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

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

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

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

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