Html Css Color HEX #ECB1EE Plum

📋 copy color: '#ECB1EE'

red 236 ◦ green 177 ◦ blue 238

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

Shades of Plum #ECB1EE

Tints of Plum #ECB1EE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.19%

 BLUE value IS 238 (93.36% from 255) = 36.56%

R = 36.25%
G = 27.19%
B = 36.56%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ECB1EE (or 0xECB1EE) is known color: Plum. HEX triplet: EC, B1 and EE. RGB value is (236,177,238). Sum of RGB (Red+Green+Blue) = 236+177+238=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 177 (69.53% from 255 or 27.19% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECB1EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB1EE is #134E11. Grayscale: #C9C9C9. Windows color (decimal): -1265170 or 15643116. OLE color: 15643116.

HSL color Cylindrical-coordinate representation of color #ECB1EE: hue angle of 298.03º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECB1EE is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 177 238 -
CMYK 0.01 0.26 0 0.07
HSL 298.03º 0.64% 0.81% -
HSV(B) 298.03º 0.26% 0.93% -
XYZ 65.75 55.45 88.13 -
YUV 201.6 148.55 152.54 -
System Red Green Blue C M Y K H S L
Decimal 236 177 238 0.01 0.26 0 0.07 298.03 0.64 0.81
Hex EC B1 EE 1 1A 0 7 12A 40 51
Octal 354 261 356 1 32 0 7 452 100 121
Binary 11101100 10110001 11101110 1 11010 0 111 100101010 1000000 1010001

Color Harmonies of #ECB1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB1EE

Black with #ECB1EE

Text Example


Text Example

White with #ECB1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB1EE; }

 p { color: rgb(236,177,238); }

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

background-color css

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

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

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

border-color css

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

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

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