Html Css Color HEX #EC9FF2 Plum

📋 copy color: '#EC9FF2'

red 236 ◦ green 159 ◦ blue 242

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

Shades of Plum #EC9FF2

Tints of Plum #EC9FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.99%

R = 37.05%
G = 24.96%
B = 37.99%

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

#EC9FF2 (or 0xEC9FF2) is known color: Plum. HEX triplet: EC, 9F and F2. RGB value is (236,159,242). Sum of RGB (Red+Green+Blue) = 236+159+242=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 159 (62.5% from 255 or 24.96% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 242 - color contains mainly: blue. Hex color #EC9FF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9FF2 is #13600D. Grayscale: #BFBFBF. Windows color (decimal): -1269774 or 15900652. OLE color: 15900652.

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

Color convert

RGB 236 159 242 -
CMYK 0.02 0.34 0 0.05
HSL 295.66º 0.76% 0.79% -
HSV(B) 295.66º 0.34% 0.95% -
XYZ 63.02 49.04 90.15 -
YUV 191.49 156.51 159.75 -
System Red Green Blue C M Y K H S L
Decimal 236 159 242 0.02 0.34 0 0.05 295.66 0.76 0.79
Hex EC 9F F2 2 22 0 5 128 4C 4F
Octal 354 237 362 2 42 0 5 450 114 117
Binary 11101100 10011111 11110010 10 100010 0 101 100101000 1001100 1001111

Color Harmonies of #EC9FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9FF2

Black with #EC9FF2

Text Example


Text Example

White with #EC9FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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