Html Css Color HEX #EC6994 Deep Blush

📋 copy color: '#EC6994'

red 236 ◦ green 105 ◦ blue 148

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

Shades of Deep Blush #EC6994

Tints of Deep Blush #EC6994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.27%

R = 48.26%
G = 21.47%
B = 30.27%

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

#EC6994 (or 0xEC6994) is known color: Deep Blush. HEX triplet: EC, 69 and 94. RGB value is (236,105,148). Sum of RGB (Red+Green+Blue) = 236+105+148=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6994 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6994 is #13966B. Grayscale: #959595. Windows color (decimal): -1283692 or 9726444. OLE color: 9726444.

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

Color convert

RGB 236 105 148 -
CMYK 0 0.56 0.37 0.07
HSL 340.31º 0.78% 0.67% -
HSV(B) 340.31º 0.56% 0.93% -
XYZ 44.99 30.07 31.45 -
YUV 149.07 127.4 190 -
System Red Green Blue C M Y K H S L
Decimal 236 105 148 0 0.56 0.37 0.07 340.31 0.78 0.67
Hex EC 69 94 0 38 25 7 154 4E 43
Octal 354 151 224 0 70 45 7 524 116 103
Binary 11101100 1101001 10010100 0 111000 100101 111 101010100 1001110 1000011

Color Harmonies of #EC6994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6994

Black with #EC6994

Text Example


Text Example

White with #EC6994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6994; }

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

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

background-color css

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

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

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

border-color css

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

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

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