Html Css Color HEX #ECACF0 Plum

📋 copy color: '#ECACF0'

red 236 ◦ green 172 ◦ blue 240

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

Shades of Plum #ECACF0

Tints of Plum #ECACF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.04%

R = 36.42%
G = 26.54%
B = 37.04%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ECACF0 (or 0xECACF0) is known color: Plum. HEX triplet: EC, AC and F0. RGB value is (236,172,240). Sum of RGB (Red+Green+Blue) = 236+172+240=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 172 (67.58% from 255 or 26.54% from 648); Blue value is 240 (94.14% from 255 or 37.04% from 648); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECACF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECACF0 is #13530F. Grayscale: #C6C6C6. Windows color (decimal): -1266448 or 15772908. OLE color: 15772908.

HSL color Cylindrical-coordinate representation of color #ECACF0: hue angle of 296.47º degrees, saturation: 0.69, 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 #ECACF0 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 236 172 240 -
CMYK 0.02 0.28 0 0.06
HSL 296.47º 0.69% 0.81% -
HSV(B) 296.47º 0.28% 0.94% -
XYZ 65.07 53.63 89.36 -
YUV 198.89 151.2 154.47 -
System Red Green Blue C M Y K H S L
Decimal 236 172 240 0.02 0.28 0 0.06 296.47 0.69 0.81
Hex EC AC F0 2 1C 0 6 128 45 51
Octal 354 254 360 2 34 0 6 450 105 121
Binary 11101100 10101100 11110000 10 11100 0 110 100101000 1000101 1010001

Color Harmonies of #ECACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECACF0

Black with #ECACF0

Text Example


Text Example

White with #ECACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECACF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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