Html Css Color HEX #ECACEF Plum

📋 copy color: '#ECACEF'

red 236 ◦ green 172 ◦ blue 239

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

Shades of Plum #ECACEF

Tints of Plum #ECACEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.94%

R = 36.48%
G = 26.58%
B = 36.94%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ECACEF (or 0xECACEF) is known color: Plum. HEX triplet: EC, AC and EF. RGB value is (236,172,239). Sum of RGB (Red+Green+Blue) = 236+172+239=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 172 (67.58% from 255 or 26.58% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECACEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECACEF is #135310. Grayscale: #C6C6C6. Windows color (decimal): -1266449 or 15707372. OLE color: 15707372.

HSL color Cylindrical-coordinate representation of color #ECACEF: hue angle of 297.31º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECACEF is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 172 239 -
CMYK 0.01 0.28 0 0.06
HSL 297.31º 0.68% 0.81% -
HSV(B) 297.31º 0.28% 0.94% -
XYZ 64.92 53.57 88.58 -
YUV 198.77 150.7 154.55 -
System Red Green Blue C M Y K H S L
Decimal 236 172 239 0.01 0.28 0 0.06 297.31 0.68 0.81
Hex EC AC EF 1 1C 0 6 129 44 51
Octal 354 254 357 1 34 0 6 451 104 121
Binary 11101100 10101100 11101111 1 11100 0 110 100101001 1000100 1010001

Color Harmonies of #ECACEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECACEF

Black with #ECACEF

Text Example


Text Example

White with #ECACEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECACEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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