Html Css Color HEX #ED9FEF Plum

📋 copy color: '#ED9FEF'

red 237 ◦ green 159 ◦ blue 239

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

Shades of Plum #ED9FEF

Tints of Plum #ED9FEF

RGB

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

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

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

R = 37.32%
G = 25.04%
B = 37.64%

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

#ED9FEF (or 0xED9FEF) is known color: Plum. HEX triplet: ED, 9F and EF. RGB value is (237,159,239). Sum of RGB (Red+Green+Blue) = 237+159+239=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 159 (62.5% from 255 or 25.04% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED9FEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9FEF is #126010. Grayscale: #BFBFBF. Windows color (decimal): -1204241 or 15704045. OLE color: 15704045.

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

Color convert

RGB 237 159 239 -
CMYK 0.01 0.33 0 0.06
HSL 298.5º 0.71% 0.78% -
HSV(B) 298.5º 0.33% 0.94% -
XYZ 62.9 49.03 87.81 -
YUV 191.44 154.84 160.5 -
System Red Green Blue C M Y K H S L
Decimal 237 159 239 0.01 0.33 0 0.06 298.5 0.71 0.78
Hex ED 9F EF 1 21 0 6 12A 47 4E
Octal 355 237 357 1 41 0 6 452 107 116
Binary 11101101 10011111 11101111 1 100001 0 110 100101010 1000111 1001110

Color Harmonies of #ED9FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9FEF

Black with #ED9FEF

Text Example


Text Example

White with #ED9FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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