Html Css Color HEX #ED9FEC Plum

📋 copy color: '#ED9FEC'

red 237 ◦ green 159 ◦ blue 236

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

Shades of Plum #ED9FEC

Tints of Plum #ED9FEC

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #ED9FEC: hue angle of 300.77º 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 #ED9FEC is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 159 236 -
CMYK 0 0.33 0.00 0.07
HSL 300.77º 0.68% 0.78% -
HSV(B) 300.77º 0.33% 0.93% -
XYZ 62.46 48.86 85.5 -
YUV 191.1 153.34 160.74 -
System Red Green Blue C M Y K H S L
Decimal 237 159 236 0 0.33 0.00 0.07 300.77 0.68 0.78
Hex ED 9F EC 0 21 0 7 12D 44 4E
Octal 355 237 354 0 41 0 7 455 104 116
Binary 11101101 10011111 11101100 0 100001 0 111 100101101 1000100 1001110

Color Harmonies of #ED9FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9FEC

Black with #ED9FEC

Text Example


Text Example

White with #ED9FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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