Html Css Color HEX #EC6394 Deep Blush

📋 copy color: '#EC6394'

red 236 ◦ green 99 ◦ blue 148

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

Shades of Deep Blush #EC6394

Tints of Deep Blush #EC6394

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.5%

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

R = 48.86%
G = 20.5%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC6394 (or 0xEC6394) is known color: Deep Blush. HEX triplet: EC, 63 and 94. RGB value is (236,99,148). Sum of RGB (Red+Green+Blue) = 236+99+148=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6394 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6394 is #139C6B. Grayscale: #919191. Windows color (decimal): -1285228 or 9724908. OLE color: 9724908.

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

Color convert

RGB 236 99 148 -
CMYK 0 0.58 0.37 0.07
HSL 338.54º 0.78% 0.66% -
HSV(B) 338.54º 0.58% 0.93% -
XYZ 44.4 28.89 31.25 -
YUV 145.55 129.39 192.52 -
System Red Green Blue C M Y K H S L
Decimal 236 99 148 0 0.58 0.37 0.07 338.54 0.78 0.66
Hex EC 63 94 0 3A 25 7 153 4E 42
Octal 354 143 224 0 72 45 7 523 116 102
Binary 11101100 1100011 10010100 0 111010 100101 111 101010011 1001110 1000010

Color Harmonies of #EC6394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6394

Black with #EC6394

Text Example


Text Example

White with #EC6394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6394; }

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

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

background-color css

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

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

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

border-color css

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

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

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