Html Css Color HEX #EC9FED Plum

📋 copy color: '#EC9FED'

red 236 ◦ green 159 ◦ blue 237

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

Shades of Plum #EC9FED

Tints of Plum #EC9FED

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.16%

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

R = 37.34%
G = 25.16%
B = 37.5%

CMYK

 C value IS 0.00

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC9FED (or 0xEC9FED) is known color: Plum. HEX triplet: EC, 9F and ED. RGB value is (236,159,237). Sum of RGB (Red+Green+Blue) = 236+159+237=632 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.34% from 632); Green value is 159 (62.5% from 255 or 25.16% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC9FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9FED is #136012. Grayscale: #BEBEBE. Windows color (decimal): -1269779 or 15572972. OLE color: 15572972.

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

Color convert

RGB 236 159 237 -
CMYK 0.00 0.33 0 0.07
HSL 299.23º 0.68% 0.78% -
HSV(B) 299.23º 0.33% 0.93% -
XYZ 62.28 48.74 86.25 -
YUV 190.92 154.01 160.16 -
System Red Green Blue C M Y K H S L
Decimal 236 159 237 0.00 0.33 0 0.07 299.23 0.68 0.78
Hex EC 9F ED 0 21 0 7 12B 44 4E
Octal 354 237 355 0 41 0 7 453 104 116
Binary 11101100 10011111 11101101 0 100001 0 111 100101011 1000100 1001110

Color Harmonies of #EC9FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9FED

Black with #EC9FED

Text Example


Text Example

White with #EC9FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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