Html Css Color HEX #EC9CEC Plum

📋 copy color: '#EC9CEC'

red 236 ◦ green 156 ◦ blue 236

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

Shades of Plum #EC9CEC

Tints of Plum #EC9CEC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 24.84%

 BLUE value IS 236 (92.58% from 255) = 37.58%

R = 37.58%
G = 24.84%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC9CEC (or 0xEC9CEC) is known color: Plum. HEX triplet: EC, 9C and EC. RGB value is (236,156,236). Sum of RGB (Red+Green+Blue) = 236+156+236=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 156 (61.33% from 255 or 24.84% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC9CEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9CEC is #136313. Grayscale: #BCBCBC. Windows color (decimal): -1270548 or 15506668. OLE color: 15506668.

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

Color convert

RGB 236 156 236 -
CMYK 0 0.34 0 0.07
HSL 300º 0.68% 0.77% -
HSV(B) 300º 0.34% 0.93% -
XYZ 61.62 47.67 85.31 -
YUV 189.04 154.5 161.5 -
System Red Green Blue C M Y K H S L
Decimal 236 156 236 0 0.34 0 0.07 300 0.68 0.77
Hex EC 9C EC 0 22 0 7 12C 44 4D
Octal 354 234 354 0 42 0 7 454 104 115
Binary 11101100 10011100 11101100 0 100010 0 111 100101100 1000100 1001101

Color Harmonies of #EC9CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9CEC

Black with #EC9CEC

Text Example


Text Example

White with #EC9CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9CEC; }

 p { color: rgb(236,156,236); }

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

background-color css

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

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

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

border-color css

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

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

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