Html Css Color HEX #EC9EE6 Plum

📋 copy color: '#EC9EE6'

red 236 ◦ green 158 ◦ blue 230

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

Shades of Plum #EC9EE6

Tints of Plum #EC9EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.86%

R = 37.82%
G = 25.32%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EC9EE6 (or 0xEC9EE6) is known color: Plum. HEX triplet: EC, 9E and E6. RGB value is (236,158,230). Sum of RGB (Red+Green+Blue) = 236+158+230=624 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.82% from 624); Green value is 158 (62.11% from 255 or 25.32% from 624); Blue value is 230 (90.23% from 255 or 36.86% from 624); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9EE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9EE6 is #136119. Grayscale: #BDBDBD. Windows color (decimal): -1270042 or 15113964. OLE color: 15113964.

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

Color convert

RGB 236 158 230 -
CMYK 0 0.33 0.03 0.07
HSL 304.62º 0.67% 0.77% -
HSV(B) 304.62º 0.33% 0.93% -
XYZ 61.1 48 80.91 -
YUV 189.53 150.84 161.15 -
System Red Green Blue C M Y K H S L
Decimal 236 158 230 0 0.33 0.03 0.07 304.62 0.67 0.77
Hex EC 9E E6 0 21 3 7 131 43 4D
Octal 354 236 346 0 41 3 7 461 103 115
Binary 11101100 10011110 11100110 0 100001 11 111 100110001 1000011 1001101

Color Harmonies of #EC9EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9EE6

Black with #EC9EE6

Text Example


Text Example

White with #EC9EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9EE6; }

 p { color: rgb(236,158,230); }

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

background-color css

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

 a { background-color: rgb(236,158,230); }

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

border-color css

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

 span { border-color: rgb(236,158,230); }

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