Html Css Color HEX #EC758C Deep Blush

📋 copy color: '#EC758C'

red 236 ◦ green 117 ◦ blue 140

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

Shades of Deep Blush #EC758C

Tints of Deep Blush #EC758C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.4%

R = 47.87%
G = 23.73%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC758C (or 0xEC758C) is known color: Deep Blush. HEX triplet: EC, 75 and 8C. RGB value is (236,117,140). Sum of RGB (Red+Green+Blue) = 236+117+140=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC758C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC758C is #138A73. Grayscale: #9B9B9B. Windows color (decimal): -1280628 or 9205228. OLE color: 9205228.

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

Color convert

RGB 236 117 140 -
CMYK 0 0.50 0.41 0.07
HSL 348.4º 0.76% 0.69% -
HSV(B) 348.4º 0.5% 0.93% -
XYZ 45.69 32.45 28.67 -
YUV 155.2 119.42 185.63 -
System Red Green Blue C M Y K H S L
Decimal 236 117 140 0 0.50 0.41 0.07 348.4 0.76 0.69
Hex EC 75 8C 0 32 29 7 15C 4C 45
Octal 354 165 214 0 62 51 7 534 114 105
Binary 11101100 1110101 10001100 0 110010 101001 111 101011100 1001100 1000101

Color Harmonies of #EC758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC758C

Black with #EC758C

Text Example


Text Example

White with #EC758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC758C; }

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

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

background-color css

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

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

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

border-color css

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

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

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