Html Css Color HEX #EC6995 Deep Blush

📋 copy color: '#EC6995'

red 236 ◦ green 105 ◦ blue 149

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

Shades of Deep Blush #EC6995

Tints of Deep Blush #EC6995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.41%

R = 48.16%
G = 21.43%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC6995 (or 0xEC6995) is known color: Deep Blush. HEX triplet: EC, 69 and 95. RGB value is (236,105,149). Sum of RGB (Red+Green+Blue) = 236+105+149=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6995 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6995 is #13966A. Grayscale: #959595. Windows color (decimal): -1283691 or 9791980. OLE color: 9791980.

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

Color convert

RGB 236 105 149 -
CMYK 0 0.56 0.37 0.07
HSL 339.85º 0.78% 0.67% -
HSV(B) 339.85º 0.56% 0.93% -
XYZ 45.07 30.11 31.87 -
YUV 149.19 127.9 189.92 -
System Red Green Blue C M Y K H S L
Decimal 236 105 149 0 0.56 0.37 0.07 339.85 0.78 0.67
Hex EC 69 95 0 38 25 7 154 4E 43
Octal 354 151 225 0 70 45 7 524 116 103
Binary 11101100 1101001 10010101 0 111000 100101 111 101010100 1001110 1000011

Color Harmonies of #EC6995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6995

Black with #EC6995

Text Example


Text Example

White with #EC6995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6995; }

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

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

background-color css

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

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

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

border-color css

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

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

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