Html Css Color HEX #EC6393 Deep Blush

📋 copy color: '#EC6393'

red 236 ◦ green 99 ◦ blue 147

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

Shades of Deep Blush #EC6393

Tints of Deep Blush #EC6393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.5%

R = 48.96%
G = 20.54%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EC6393 (or 0xEC6393) is known color: Deep Blush. HEX triplet: EC, 63 and 93. RGB value is (236,99,147). Sum of RGB (Red+Green+Blue) = 236+99+147=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6393 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6393 is #139C6C. Grayscale: #919191. Windows color (decimal): -1285229 or 9659372. OLE color: 9659372.

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

Color convert

RGB 236 99 147 -
CMYK 0 0.58 0.38 0.07
HSL 338.98º 0.78% 0.66% -
HSV(B) 338.98º 0.58% 0.93% -
XYZ 44.32 28.86 30.84 -
YUV 145.44 128.89 192.6 -
System Red Green Blue C M Y K H S L
Decimal 236 99 147 0 0.58 0.38 0.07 338.98 0.78 0.66
Hex EC 63 93 0 3A 26 7 153 4E 42
Octal 354 143 223 0 72 46 7 523 116 102
Binary 11101100 1100011 10010011 0 111010 100110 111 101010011 1001110 1000010

Color Harmonies of #EC6393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6393

Black with #EC6393

Text Example


Text Example

White with #EC6393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6393; }

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

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

background-color css

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

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

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

border-color css

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

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

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