Html Css Color HEX #EC9DE7 Plum

📋 copy color: '#EC9DE7'

red 236 ◦ green 157 ◦ blue 231

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

Shades of Plum #EC9DE7

Tints of Plum #EC9DE7

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.16%

 BLUE value IS 231 (90.63% from 255) = 37.02%

R = 37.82%
G = 25.16%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EC9DE7 (or 0xEC9DE7) is known color: Plum. HEX triplet: EC, 9D and E7. RGB value is (236,157,231). Sum of RGB (Red+Green+Blue) = 236+157+231=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 157 (61.72% from 255 or 25.16% from 624); Blue value is 231 (90.62% from 255 or 37.02% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9DE7 is #136218. Grayscale: #BCBCBC. Windows color (decimal): -1270297 or 15179244. OLE color: 15179244.

HSL color Cylindrical-coordinate representation of color #EC9DE7: hue angle of 303.8º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EC9DE7 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 157 231 -
CMYK 0 0.33 0.02 0.07
HSL 303.8º 0.68% 0.77% -
HSV(B) 303.8º 0.33% 0.93% -
XYZ 61.07 47.72 81.59 -
YUV 189.06 151.67 161.48 -
System Red Green Blue C M Y K H S L
Decimal 236 157 231 0 0.33 0.02 0.07 303.8 0.68 0.77
Hex EC 9D E7 0 21 2 7 130 44 4D
Octal 354 235 347 0 41 2 7 460 104 115
Binary 11101100 10011101 11100111 0 100001 10 111 100110000 1000100 1001101

Color Harmonies of #EC9DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9DE7

Black with #EC9DE7

Text Example


Text Example

White with #EC9DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9DE7; }

 p { color: rgb(236,157,231); }

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

background-color css

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

 a { background-color: rgb(236,157,231); }

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

border-color css

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

 span { border-color: rgb(236,157,231); }

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