Html Css Color HEX #EC6993 Deep Blush

📋 copy color: '#EC6993'

red 236 ◦ green 105 ◦ blue 147

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

Shades of Deep Blush #EC6993

Tints of Deep Blush #EC6993

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.52%

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

R = 48.36%
G = 21.52%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EC6993 (or 0xEC6993) is known color: Deep Blush. HEX triplet: EC, 69 and 93. RGB value is (236,105,147). Sum of RGB (Red+Green+Blue) = 236+105+147=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6993 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6993 is #13966C. Grayscale: #949494. Windows color (decimal): -1283693 or 9660908. OLE color: 9660908.

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

Color convert

RGB 236 105 147 -
CMYK 0 0.56 0.38 0.07
HSL 340.76º 0.78% 0.67% -
HSV(B) 340.76º 0.56% 0.93% -
XYZ 44.91 30.04 31.04 -
YUV 148.96 126.9 190.08 -
System Red Green Blue C M Y K H S L
Decimal 236 105 147 0 0.56 0.38 0.07 340.76 0.78 0.67
Hex EC 69 93 0 38 26 7 155 4E 43
Octal 354 151 223 0 70 46 7 525 116 103
Binary 11101100 1101001 10010011 0 111000 100110 111 101010101 1001110 1000011

Color Harmonies of #EC6993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6993

Black with #EC6993

Text Example


Text Example

White with #EC6993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6993; }

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

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

background-color css

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

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

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

border-color css

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

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

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