Html Css Color HEX #EC688E Deep Blush

📋 copy color: '#EC688E'

red 236 ◦ green 104 ◦ blue 142

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

Shades of Deep Blush #EC688E

Tints of Deep Blush #EC688E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.46%

R = 48.96%
G = 21.58%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC688E (or 0xEC688E) is known color: Deep Blush. HEX triplet: EC, 68 and 8E. RGB value is (236,104,142). Sum of RGB (Red+Green+Blue) = 236+104+142=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC688E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC688E is #139771. Grayscale: #939393. Windows color (decimal): -1283954 or 9332972. OLE color: 9332972.

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

Color convert

RGB 236 104 142 -
CMYK 0 0.56 0.40 0.07
HSL 342.73º 0.78% 0.67% -
HSV(B) 342.73º 0.56% 0.93% -
XYZ 44.42 29.69 28.98 -
YUV 147.8 124.73 190.91 -
System Red Green Blue C M Y K H S L
Decimal 236 104 142 0 0.56 0.40 0.07 342.73 0.78 0.67
Hex EC 68 8E 0 38 28 7 157 4E 43
Octal 354 150 216 0 70 50 7 527 116 103
Binary 11101100 1101000 10001110 0 111000 101000 111 101010111 1001110 1000011

Color Harmonies of #EC688E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC688E

Black with #EC688E

Text Example


Text Example

White with #EC688E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC688E; }

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

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

background-color css

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

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

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

border-color css

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

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

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