Html Css Color HEX #ECACEC Plum

📋 copy color: '#ECACEC'

red 236 ◦ green 172 ◦ blue 236

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

Shades of Plum #ECACEC

Tints of Plum #ECACEC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.71%

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

R = 36.65%
G = 26.71%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ECACEC (or 0xECACEC) is known color: Plum. HEX triplet: EC, AC and EC. RGB value is (236,172,236). Sum of RGB (Red+Green+Blue) = 236+172+236=644 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.65% from 644); Green value is 172 (67.58% from 255 or 26.71% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECACEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECACEC is #135313. Grayscale: #C6C6C6. Windows color (decimal): -1266452 or 15510764. OLE color: 15510764.

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

Color convert

RGB 236 172 236 -
CMYK 0 0.27 0 0.07
HSL 300º 0.63% 0.8% -
HSV(B) 300º 0.27% 0.93% -
XYZ 64.48 53.39 86.26 -
YUV 198.43 149.2 154.8 -
System Red Green Blue C M Y K H S L
Decimal 236 172 236 0 0.27 0 0.07 300 0.63 0.8
Hex EC AC EC 0 1B 0 7 12C 3F 50
Octal 354 254 354 0 33 0 7 454 77 120
Binary 11101100 10101100 11101100 0 11011 0 111 100101100 111111 1010000

Color Harmonies of #ECACEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECACEC

Black with #ECACEC

Text Example


Text Example

White with #ECACEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECACEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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