Html Css Color HEX #EC9CED Plum

📋 copy color: '#EC9CED'

red 236 ◦ green 156 ◦ blue 237

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

Shades of Plum #EC9CED

Tints of Plum #EC9CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.68%

R = 37.52%
G = 24.8%
B = 37.68%

CMYK

 C value IS 0.00

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC9CED (or 0xEC9CED) is known color: Plum. HEX triplet: EC, 9C and ED. RGB value is (236,156,237). Sum of RGB (Red+Green+Blue) = 236+156+237=629 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.52% from 629); Green value is 156 (61.33% from 255 or 24.80% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC9CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9CED is #136312. Grayscale: #BCBCBC. Windows color (decimal): -1270547 or 15572204. OLE color: 15572204.

HSL color Cylindrical-coordinate representation of color #EC9CED: hue angle of 299.26º degrees, saturation: 0.69, 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 #EC9CED is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 156 237 -
CMYK 0.00 0.34 0 0.07
HSL 299.26º 0.69% 0.77% -
HSV(B) 299.26º 0.34% 0.93% -
XYZ 61.77 47.72 86.08 -
YUV 189.15 155 161.41 -
System Red Green Blue C M Y K H S L
Decimal 236 156 237 0.00 0.34 0 0.07 299.26 0.69 0.77
Hex EC 9C ED 0 22 0 7 12B 45 4D
Octal 354 234 355 0 42 0 7 453 105 115
Binary 11101100 10011100 11101101 0 100010 0 111 100101011 1000101 1001101

Color Harmonies of #EC9CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9CED

Black with #EC9CED

Text Example


Text Example

White with #EC9CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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