Html Css Color HEX #EC9DC6 Shocking

📋 copy color: '#EC9DC6'

red 236 ◦ green 157 ◦ blue 198

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

Shades of Shocking #EC9DC6

Tints of Shocking #EC9DC6

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.57%

 BLUE value IS 198 (77.73% from 255) = 33.5%

R = 39.93%
G = 26.57%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EC9DC6 (or 0xEC9DC6) is known color: Shocking. HEX triplet: EC, 9D and C6. RGB value is (236,157,198). Sum of RGB (Red+Green+Blue) = 236+157+198=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 157 (61.72% from 255 or 26.57% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9DC6 is #136239. Grayscale: #B9B9B9. Windows color (decimal): -1270330 or 13016556. OLE color: 13016556.

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

Color convert

RGB 236 157 198 -
CMYK 0 0.33 0.16 0.07
HSL 328.86º 0.68% 0.77% -
HSV(B) 328.86º 0.33% 0.93% -
XYZ 56.84 46.02 59.31 -
YUV 185.3 135.17 164.17 -
System Red Green Blue C M Y K H S L
Decimal 236 157 198 0 0.33 0.16 0.07 328.86 0.68 0.77
Hex EC 9D C6 0 21 10 7 149 44 4D
Octal 354 235 306 0 41 20 7 511 104 115
Binary 11101100 10011101 11000110 0 100001 10000 111 101001001 1000100 1001101

Color Harmonies of #EC9DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9DC6

Black with #EC9DC6

Text Example


Text Example

White with #EC9DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9DC6; }

 p { color: rgb(236,157,198); }

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

background-color css

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

 a { background-color: rgb(236,157,198); }

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

border-color css

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

 span { border-color: rgb(236,157,198); }

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