Html Css Color HEX #EC6C94 Deep Blush

📋 copy color: '#EC6C94'

red 236 ◦ green 108 ◦ blue 148

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

Shades of Deep Blush #EC6C94

Tints of Deep Blush #EC6C94

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.95%

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

R = 47.97%
G = 21.95%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC6C94 (or 0xEC6C94) is known color: Deep Blush. HEX triplet: EC, 6C and 94. RGB value is (236,108,148). Sum of RGB (Red+Green+Blue) = 236+108+148=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6C94 is #13936B. Grayscale: #969696. Windows color (decimal): -1282924 or 9727212. OLE color: 9727212.

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

Color convert

RGB 236 108 148 -
CMYK 0 0.54 0.37 0.07
HSL 341.25º 0.77% 0.67% -
HSV(B) 341.25º 0.54% 0.93% -
XYZ 45.3 30.7 31.55 -
YUV 150.83 126.41 188.75 -
System Red Green Blue C M Y K H S L
Decimal 236 108 148 0 0.54 0.37 0.07 341.25 0.77 0.67
Hex EC 6C 94 0 36 25 7 155 4D 43
Octal 354 154 224 0 66 45 7 525 115 103
Binary 11101100 1101100 10010100 0 110110 100101 111 101010101 1001101 1000011

Color Harmonies of #EC6C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6C94

Black with #EC6C94

Text Example


Text Example

White with #EC6C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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