Html Css Color HEX #EC9CEB Plum

📋 copy color: '#EC9CEB'

red 236 ◦ green 156 ◦ blue 235

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

Shades of Plum #EC9CEB

Tints of Plum #EC9CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.48%

R = 37.64%
G = 24.88%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EC9CEB (or 0xEC9CEB) is known color: Plum. HEX triplet: EC, 9C and EB. RGB value is (236,156,235). Sum of RGB (Red+Green+Blue) = 236+156+235=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 156 (61.33% from 255 or 24.88% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9CEB is #136314. Grayscale: #BCBCBC. Windows color (decimal): -1270549 or 15441132. OLE color: 15441132.

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

Color convert

RGB 236 156 235 -
CMYK 0 0.34 0.00 0.07
HSL 300.75º 0.68% 0.77% -
HSV(B) 300.75º 0.34% 0.93% -
XYZ 61.48 47.61 84.55 -
YUV 188.93 154 161.58 -
System Red Green Blue C M Y K H S L
Decimal 236 156 235 0 0.34 0.00 0.07 300.75 0.68 0.77
Hex EC 9C EB 0 22 0 7 12D 44 4D
Octal 354 234 353 0 42 0 7 455 104 115
Binary 11101100 10011100 11101011 0 100010 0 111 100101101 1000100 1001101

Color Harmonies of #EC9CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9CEB

Black with #EC9CEB

Text Example


Text Example

White with #EC9CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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