Html Css Color HEX #EC758D Deep Blush

📋 copy color: '#EC758D'

red 236 ◦ green 117 ◦ blue 141

#EC758D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Blush #EC758D

Tints of Deep Blush #EC758D

RGB

 RED value IS 236 (92.58% from 255) = 47.77%

 GREEN value IS 117 (46.09% from 255) = 23.68%

 BLUE value IS 141 (55.47% from 255) = 28.54%

R = 47.77%
G = 23.68%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC758D (or 0xEC758D) is known color: Deep Blush. HEX triplet: EC, 75 and 8D. RGB value is (236,117,141). Sum of RGB (Red+Green+Blue) = 236+117+141=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC758D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC758D is #138A72. Grayscale: #9B9B9B. Windows color (decimal): -1280627 or 9270764. OLE color: 9270764.

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

Color convert

RGB 236 117 141 -
CMYK 0 0.50 0.40 0.07
HSL 347.9º 0.76% 0.69% -
HSV(B) 347.9º 0.5% 0.93% -
XYZ 45.76 32.48 29.06 -
YUV 155.32 119.92 185.55 -
System Red Green Blue C M Y K H S L
Decimal 236 117 141 0 0.50 0.40 0.07 347.9 0.76 0.69
Hex EC 75 8D 0 32 28 7 15C 4C 45
Octal 354 165 215 0 62 50 7 534 114 105
Binary 11101100 1110101 10001101 0 110010 101000 111 101011100 1001100 1000101

Color Harmonies of #EC758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC758D

Black with #EC758D

Text Example


Text Example

White with #EC758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC758D; }

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

 H1.HeaderClassName
 {
   color: #EC758D;
 }
 .AnyTagClassName
 {
   color: #EC758D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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