Html Css Color HEX #EC698D Deep Blush

📋 copy color: '#EC698D'

red 236 ◦ green 105 ◦ blue 141

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

Shades of Deep Blush #EC698D

Tints of Deep Blush #EC698D

RGB

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

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

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

R = 48.96%
G = 21.78%
B = 29.25%

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

#EC698D (or 0xEC698D) is known color: Deep Blush. HEX triplet: EC, 69 and 8D. RGB value is (236,105,141). Sum of RGB (Red+Green+Blue) = 236+105+141=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC698D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC698D is #139672. Grayscale: #949494. Windows color (decimal): -1283699 or 9267692. OLE color: 9267692.

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

Color convert

RGB 236 105 141 -
CMYK 0 0.56 0.40 0.07
HSL 343.51º 0.78% 0.67% -
HSV(B) 343.51º 0.56% 0.93% -
XYZ 44.45 29.86 28.62 -
YUV 148.27 123.9 190.57 -
System Red Green Blue C M Y K H S L
Decimal 236 105 141 0 0.56 0.40 0.07 343.51 0.78 0.67
Hex EC 69 8D 0 38 28 7 158 4E 43
Octal 354 151 215 0 70 50 7 530 116 103
Binary 11101100 1101001 10001101 0 111000 101000 111 101011000 1001110 1000011

Color Harmonies of #EC698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC698D

Black with #EC698D

Text Example


Text Example

White with #EC698D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC698D; }

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

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

background-color css

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

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

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

border-color css

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

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

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