Html Css Color HEX #EC698C Deep Blush

📋 copy color: '#EC698C'

red 236 ◦ green 105 ◦ blue 140

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

Shades of Deep Blush #EC698C

Tints of Deep Blush #EC698C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.83%

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

R = 49.06%
G = 21.83%
B = 29.11%

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

#EC698C (or 0xEC698C) is known color: Deep Blush. HEX triplet: EC, 69 and 8C. RGB value is (236,105,140). Sum of RGB (Red+Green+Blue) = 236+105+140=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC698C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC698C is #139673. Grayscale: #949494. Windows color (decimal): -1283700 or 9202156. OLE color: 9202156.

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

Color convert

RGB 236 105 140 -
CMYK 0 0.56 0.41 0.07
HSL 343.97º 0.78% 0.67% -
HSV(B) 343.97º 0.56% 0.93% -
XYZ 44.38 29.83 28.23 -
YUV 148.16 123.4 190.65 -
System Red Green Blue C M Y K H S L
Decimal 236 105 140 0 0.56 0.41 0.07 343.97 0.78 0.67
Hex EC 69 8C 0 38 29 7 158 4E 43
Octal 354 151 214 0 70 51 7 530 116 103
Binary 11101100 1101001 10001100 0 111000 101001 111 101011000 1001110 1000011

Color Harmonies of #EC698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC698C

Black with #EC698C

Text Example


Text Example

White with #EC698C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC698C; }

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

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

background-color css

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

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

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

border-color css

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

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

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