Html Css Color HEX #ECABF0 Plum

📋 copy color: '#ECABF0'

red 236 ◦ green 171 ◦ blue 240

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

Shades of Plum #ECABF0

Tints of Plum #ECABF0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 26.43%

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

R = 36.48%
G = 26.43%
B = 37.09%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ECABF0 (or 0xECABF0) is known color: Plum. HEX triplet: EC, AB and F0. RGB value is (236,171,240). Sum of RGB (Red+Green+Blue) = 236+171+240=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 171 (67.19% from 255 or 26.43% from 647); Blue value is 240 (94.14% from 255 or 37.09% from 647); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECABF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECABF0 is #13540F. Grayscale: #C6C6C6. Windows color (decimal): -1266704 or 15772652. OLE color: 15772652.

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

Color convert

RGB 236 171 240 -
CMYK 0.02 0.29 0 0.06
HSL 296.52º 0.7% 0.81% -
HSV(B) 296.52º 0.29% 0.94% -
XYZ 64.88 53.25 89.3 -
YUV 198.3 151.53 154.89 -
System Red Green Blue C M Y K H S L
Decimal 236 171 240 0.02 0.29 0 0.06 296.52 0.7 0.81
Hex EC AB F0 2 1D 0 6 129 46 51
Octal 354 253 360 2 35 0 6 451 106 121
Binary 11101100 10101011 11110000 10 11101 0 110 100101001 1000110 1010001

Color Harmonies of #ECABF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECABF0

Black with #ECABF0

Text Example


Text Example

White with #ECABF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECABF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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