Html Css Color HEX #EC6E94 Deep Blush

📋 copy color: '#EC6E94'

red 236 ◦ green 110 ◦ blue 148

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

Shades of Deep Blush #EC6E94

Tints of Deep Blush #EC6E94

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.27%

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

R = 47.77%
G = 22.27%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC6E94 (or 0xEC6E94) is known color: Deep Blush. HEX triplet: EC, 6E and 94. RGB value is (236,110,148). Sum of RGB (Red+Green+Blue) = 236+110+148=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6E94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6E94 is #13916B. Grayscale: #979797. Windows color (decimal): -1282412 or 9727724. OLE color: 9727724.

HSL color Cylindrical-coordinate representation of color #EC6E94: hue angle of 341.9º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC6E94 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 110 148 -
CMYK 0 0.53 0.37 0.07
HSL 341.9º 0.77% 0.68% -
HSV(B) 341.9º 0.53% 0.93% -
XYZ 45.51 31.12 31.63 -
YUV 152.01 125.74 187.91 -
System Red Green Blue C M Y K H S L
Decimal 236 110 148 0 0.53 0.37 0.07 341.9 0.77 0.68
Hex EC 6E 94 0 35 25 7 156 4D 44
Octal 354 156 224 0 65 45 7 526 115 104
Binary 11101100 1101110 10010100 0 110101 100101 111 101010110 1001101 1000100

Color Harmonies of #EC6E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6E94

Black with #EC6E94

Text Example


Text Example

White with #EC6E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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