Html Css Color HEX #ECACF1 Plum

📋 copy color: '#ECACF1'

red 236 ◦ green 172 ◦ blue 241

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

Shades of Plum #ECACF1

Tints of Plum #ECACF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 37.13%

R = 36.36%
G = 26.5%
B = 37.13%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ECACF1 (or 0xECACF1) is known color: Plum. HEX triplet: EC, AC and F1. RGB value is (236,172,241). Sum of RGB (Red+Green+Blue) = 236+172+241=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 172 (67.58% from 255 or 26.50% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECACF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECACF1 is #13530E. Grayscale: #C6C6C6. Windows color (decimal): -1266447 or 15838444. OLE color: 15838444.

HSL color Cylindrical-coordinate representation of color #ECACF1: hue angle of 295.65º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECACF1 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 236 172 241 -
CMYK 0.02 0.29 0 0.05
HSL 295.65º 0.71% 0.81% -
HSV(B) 295.65º 0.29% 0.95% -
XYZ 65.22 53.69 90.14 -
YUV 199 151.7 154.39 -
System Red Green Blue C M Y K H S L
Decimal 236 172 241 0.02 0.29 0 0.05 295.65 0.71 0.81
Hex EC AC F1 2 1D 0 5 128 47 51
Octal 354 254 361 2 35 0 5 450 107 121
Binary 11101100 10101100 11110001 10 11101 0 101 100101000 1000111 1010001

Color Harmonies of #ECACF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECACF1

Black with #ECACF1

Text Example


Text Example

White with #ECACF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECACF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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