Html Css Color HEX #EC9FEF Plum

📋 copy color: '#EC9FEF'

red 236 ◦ green 159 ◦ blue 239

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

Shades of Plum #EC9FEF

Tints of Plum #EC9FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.7%

R = 37.22%
G = 25.08%
B = 37.7%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EC9FEF (or 0xEC9FEF) is known color: Plum. HEX triplet: EC, 9F and EF. RGB value is (236,159,239). Sum of RGB (Red+Green+Blue) = 236+159+239=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 159 (62.5% from 255 or 25.08% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC9FEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9FEF is #136010. Grayscale: #BEBEBE. Windows color (decimal): -1269777 or 15704044. OLE color: 15704044.

HSL color Cylindrical-coordinate representation of color #EC9FEF: hue angle of 297.75º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EC9FEF is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 159 239 -
CMYK 0.01 0.33 0 0.06
HSL 297.75º 0.71% 0.78% -
HSV(B) 297.75º 0.33% 0.94% -
XYZ 62.57 48.86 87.79 -
YUV 191.14 155.01 160 -
System Red Green Blue C M Y K H S L
Decimal 236 159 239 0.01 0.33 0 0.06 297.75 0.71 0.78
Hex EC 9F EF 1 21 0 6 12A 47 4E
Octal 354 237 357 1 41 0 6 452 107 116
Binary 11101100 10011111 11101111 1 100001 0 110 100101010 1000111 1001110

Color Harmonies of #EC9FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9FEF

Black with #EC9FEF

Text Example


Text Example

White with #EC9FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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