Html Css Color HEX #EC9AEC Plum

📋 copy color: '#EC9AEC'

red 236 ◦ green 154 ◦ blue 236

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

Shades of Plum #EC9AEC

Tints of Plum #EC9AEC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 24.6%

 BLUE value IS 236 (92.58% from 255) = 37.7%

R = 37.7%
G = 24.6%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC9AEC (or 0xEC9AEC) is known color: Plum. HEX triplet: EC, 9A and EC. RGB value is (236,154,236). Sum of RGB (Red+Green+Blue) = 236+154+236=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 154 (60.55% from 255 or 24.60% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC9AEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9AEC is #136513. Grayscale: #BBBBBB. Windows color (decimal): -1271060 or 15506156. OLE color: 15506156.

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

Color convert

RGB 236 154 236 -
CMYK 0 0.35 0 0.07
HSL 300º 0.68% 0.76% -
HSV(B) 300º 0.35% 0.93% -
XYZ 61.29 47 85.2 -
YUV 187.87 155.17 162.33 -
System Red Green Blue C M Y K H S L
Decimal 236 154 236 0 0.35 0 0.07 300 0.68 0.76
Hex EC 9A EC 0 23 0 7 12C 44 4C
Octal 354 232 354 0 43 0 7 454 104 114
Binary 11101100 10011010 11101100 0 100011 0 111 100101100 1000100 1001100

Color Harmonies of #EC9AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9AEC

Black with #EC9AEC

Text Example


Text Example

White with #EC9AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9AEC; }

 p { color: rgb(236,154,236); }

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

background-color css

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

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

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

border-color css

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

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

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