Html Css Color HEX #EC9DEE Plum

📋 copy color: '#EC9DEE'

red 236 ◦ green 157 ◦ blue 238

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

Shades of Plum #EC9DEE

Tints of Plum #EC9DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.72%

R = 37.4%
G = 24.88%
B = 37.72%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC9DEE (or 0xEC9DEE) is known color: Plum. HEX triplet: EC, 9D and EE. RGB value is (236,157,238). Sum of RGB (Red+Green+Blue) = 236+157+238=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 157 (61.72% from 255 or 24.88% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC9DEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9DEE is #136211. Grayscale: #BDBDBD. Windows color (decimal): -1270290 or 15637996. OLE color: 15637996.

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

Color convert

RGB 236 157 238 -
CMYK 0.01 0.34 0 0.07
HSL 298.52º 0.7% 0.77% -
HSV(B) 298.52º 0.34% 0.93% -
XYZ 62.08 48.12 86.9 -
YUV 189.86 155.17 160.91 -
System Red Green Blue C M Y K H S L
Decimal 236 157 238 0.01 0.34 0 0.07 298.52 0.7 0.77
Hex EC 9D EE 1 22 0 7 12B 46 4D
Octal 354 235 356 1 42 0 7 453 106 115
Binary 11101100 10011101 11101110 1 100010 0 111 100101011 1000110 1001101

Color Harmonies of #EC9DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9DEE

Black with #EC9DEE

Text Example


Text Example

White with #EC9DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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