Html Css Color HEX #ED9FEB Plum

📋 copy color: '#ED9FEB'

red 237 ◦ green 159 ◦ blue 235

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

Shades of Plum #ED9FEB

Tints of Plum #ED9FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.24%

R = 37.56%
G = 25.2%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#ED9FEB (or 0xED9FEB) is known color: Plum. HEX triplet: ED, 9F and EB. RGB value is (237,159,235). Sum of RGB (Red+Green+Blue) = 237+159+235=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 159 (62.5% from 255 or 25.20% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9FEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9FEB is #126014. Grayscale: #BEBEBE. Windows color (decimal): -1204245 or 15441901. OLE color: 15441901.

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

Color convert

RGB 237 159 235 -
CMYK 0 0.33 0.01 0.07
HSL 301.54º 0.68% 0.78% -
HSV(B) 301.54º 0.33% 0.93% -
XYZ 62.32 48.8 84.73 -
YUV 190.99 152.84 160.82 -
System Red Green Blue C M Y K H S L
Decimal 237 159 235 0 0.33 0.01 0.07 301.54 0.68 0.78
Hex ED 9F EB 0 21 1 7 12E 44 4E
Octal 355 237 353 0 41 1 7 456 104 116
Binary 11101101 10011111 11101011 0 100001 1 111 100101110 1000100 1001110

Color Harmonies of #ED9FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9FEB

Black with #ED9FEB

Text Example


Text Example

White with #ED9FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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