Html Css Color HEX #EC6493 Deep Blush

📋 copy color: '#EC6493'

red 236 ◦ green 100 ◦ blue 147

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

Shades of Deep Blush #EC6493

Tints of Deep Blush #EC6493

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.7%

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

R = 48.86%
G = 20.7%
B = 30.43%

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

#EC6493 (or 0xEC6493) is known color: Deep Blush. HEX triplet: EC, 64 and 93. RGB value is (236,100,147). Sum of RGB (Red+Green+Blue) = 236+100+147=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6493 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6493 is #139B6C. Grayscale: #919191. Windows color (decimal): -1284973 or 9659628. OLE color: 9659628.

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

Color convert

RGB 236 100 147 -
CMYK 0 0.58 0.38 0.07
HSL 339.26º 0.78% 0.66% -
HSV(B) 339.26º 0.58% 0.93% -
XYZ 44.42 29.05 30.87 -
YUV 146.02 128.56 192.18 -
System Red Green Blue C M Y K H S L
Decimal 236 100 147 0 0.58 0.38 0.07 339.26 0.78 0.66
Hex EC 64 93 0 3A 26 7 153 4E 42
Octal 354 144 223 0 72 46 7 523 116 102
Binary 11101100 1100100 10010011 0 111010 100110 111 101010011 1001110 1000010

Color Harmonies of #EC6493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6493

Black with #EC6493

Text Example


Text Example

White with #EC6493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6493; }

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

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

background-color css

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

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

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

border-color css

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

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

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