Html Css Color HEX #ED9EEE Plum

📋 copy color: '#ED9EEE'

red 237 ◦ green 158 ◦ blue 238

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

Shades of Plum #ED9EEE

Tints of Plum #ED9EEE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 24.96%

 BLUE value IS 238 (93.36% from 255) = 37.6%

R = 37.44%
G = 24.96%
B = 37.6%

CMYK

 C value IS 0.00

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED9EEE (or 0xED9EEE) is known color: Plum. HEX triplet: ED, 9E and EE. RGB value is (237,158,238). Sum of RGB (Red+Green+Blue) = 237+158+238=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 158 (62.11% from 255 or 24.96% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED9EEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9EEE is #126111. Grayscale: #BEBEBE. Windows color (decimal): -1204498 or 15638253. OLE color: 15638253.

HSL color Cylindrical-coordinate representation of color #ED9EEE: hue angle of 299.25º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ED9EEE is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 158 238 -
CMYK 0.00 0.34 0 0.07
HSL 299.25º 0.7% 0.78% -
HSV(B) 299.25º 0.34% 0.93% -
XYZ 62.58 48.63 86.98 -
YUV 190.74 154.67 161 -
System Red Green Blue C M Y K H S L
Decimal 237 158 238 0.00 0.34 0 0.07 299.25 0.7 0.78
Hex ED 9E EE 0 22 0 7 12B 46 4E
Octal 355 236 356 0 42 0 7 453 106 116
Binary 11101101 10011110 11101110 0 100010 0 111 100101011 1000110 1001110

Color Harmonies of #ED9EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9EEE

Black with #ED9EEE

Text Example


Text Example

White with #ED9EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9EEE; }

 p { color: rgb(237,158,238); }

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

background-color css

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

 a { background-color: rgb(237,158,238); }

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

border-color css

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

 span { border-color: rgb(237,158,238); }

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