Html Css Color HEX #EC9FF1 Plum

📋 copy color: '#EC9FF1'

red 236 ◦ green 159 ◦ blue 241

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

Shades of Plum #EC9FF1

Tints of Plum #EC9FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.89%

R = 37.11%
G = 25%
B = 37.89%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EC9FF1 (or 0xEC9FF1) is known color: Plum. HEX triplet: EC, 9F and F1. RGB value is (236,159,241). Sum of RGB (Red+Green+Blue) = 236+159+241=636 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.11% from 636); Green value is 159 (62.5% from 255 or 25% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC9FF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9FF1 is #13600E. Grayscale: #BFBFBF. Windows color (decimal): -1269775 or 15835116. OLE color: 15835116.

HSL color Cylindrical-coordinate representation of color #EC9FF1: hue angle of 296.34º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EC9FF1 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 159 241 -
CMYK 0.02 0.34 0 0.05
HSL 296.34º 0.75% 0.78% -
HSV(B) 296.34º 0.34% 0.95% -
XYZ 62.87 48.98 89.36 -
YUV 191.37 156.01 159.83 -
System Red Green Blue C M Y K H S L
Decimal 236 159 241 0.02 0.34 0 0.05 296.34 0.75 0.78
Hex EC 9F F1 2 22 0 5 128 4B 4E
Octal 354 237 361 2 42 0 5 450 113 116
Binary 11101100 10011111 11110001 10 100010 0 101 100101000 1001011 1001110

Color Harmonies of #EC9FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9FF1

Black with #EC9FF1

Text Example


Text Example

White with #EC9FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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