Html Css Color HEX #EC688C Deep Blush

📋 copy color: '#EC688C'

red 236 ◦ green 104 ◦ blue 140

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

Shades of Deep Blush #EC688C

Tints of Deep Blush #EC688C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.67%

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

R = 49.17%
G = 21.67%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC688C (or 0xEC688C) is known color: Deep Blush. HEX triplet: EC, 68 and 8C. RGB value is (236,104,140). Sum of RGB (Red+Green+Blue) = 236+104+140=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC688C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC688C is #139773. Grayscale: #939393. Windows color (decimal): -1283956 or 9201900. OLE color: 9201900.

HSL color Cylindrical-coordinate representation of color #EC688C: hue angle of 343.64º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC688C is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 104 140 -
CMYK 0 0.56 0.41 0.07
HSL 343.64º 0.78% 0.67% -
HSV(B) 343.64º 0.56% 0.93% -
XYZ 44.28 29.63 28.2 -
YUV 147.57 123.73 191.07 -
System Red Green Blue C M Y K H S L
Decimal 236 104 140 0 0.56 0.41 0.07 343.64 0.78 0.67
Hex EC 68 8C 0 38 29 7 158 4E 43
Octal 354 150 214 0 70 51 7 530 116 103
Binary 11101100 1101000 10001100 0 111000 101001 111 101011000 1001110 1000011

Color Harmonies of #EC688C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC688C

Black with #EC688C

Text Example


Text Example

White with #EC688C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC688C; }

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

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

background-color css

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

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

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

border-color css

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

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

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