Html Css Color HEX #EC6194 Deep Blush

📋 copy color: '#EC6194'

red 236 ◦ green 97 ◦ blue 148

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

Shades of Deep Blush #EC6194

Tints of Deep Blush #EC6194

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.17%

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

R = 49.06%
G = 20.17%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC6194 (or 0xEC6194) is known color: Deep Blush. HEX triplet: EC, 61 and 94. RGB value is (236,97,148). Sum of RGB (Red+Green+Blue) = 236+97+148=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6194 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6194 is #139E6B. Grayscale: #909090. Windows color (decimal): -1285740 or 9724396. OLE color: 9724396.

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

Color convert

RGB 236 97 148 -
CMYK 0 0.59 0.37 0.07
HSL 337.99º 0.79% 0.65% -
HSV(B) 337.99º 0.59% 0.93% -
XYZ 44.21 28.52 31.19 -
YUV 144.38 130.05 193.35 -
System Red Green Blue C M Y K H S L
Decimal 236 97 148 0 0.59 0.37 0.07 337.99 0.79 0.65
Hex EC 61 94 0 3B 25 7 152 4F 41
Octal 354 141 224 0 73 45 7 522 117 101
Binary 11101100 1100001 10010100 0 111011 100101 111 101010010 1001111 1000001

Color Harmonies of #EC6194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6194

Black with #EC6194

Text Example


Text Example

White with #EC6194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6194; }

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

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

background-color css

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

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

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

border-color css

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

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

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