Html Css Color HEX #ECB0ED Plum

📋 copy color: '#ECB0ED'

red 236 ◦ green 176 ◦ blue 237

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

Shades of Plum #ECB0ED

Tints of Plum #ECB0ED

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.12%

 BLUE value IS 237 (92.97% from 255) = 36.52%

R = 36.36%
G = 27.12%
B = 36.52%

CMYK

 C value IS 0.00

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ECB0ED (or 0xECB0ED) is known color: Plum. HEX triplet: EC, B0 and ED. RGB value is (236,176,237). Sum of RGB (Red+Green+Blue) = 236+176+237=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 176 (69.14% from 255 or 27.12% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECB0ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB0ED is #134F12. Grayscale: #C8C8C8. Windows color (decimal): -1265427 or 15577324. OLE color: 15577324.

HSL color Cylindrical-coordinate representation of color #ECB0ED: hue angle of 299.02º degrees, saturation: 0.63, 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 #ECB0ED is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 176 237 -
CMYK 0.00 0.26 0 0.07
HSL 299.02º 0.63% 0.81% -
HSV(B) 299.02º 0.26% 0.93% -
XYZ 65.4 55 87.29 -
YUV 200.89 148.38 153.04 -
System Red Green Blue C M Y K H S L
Decimal 236 176 237 0.00 0.26 0 0.07 299.02 0.63 0.81
Hex EC B0 ED 0 1A 0 7 12B 3F 51
Octal 354 260 355 0 32 0 7 453 77 121
Binary 11101100 10110000 11101101 0 11010 0 111 100101011 111111 1010001

Color Harmonies of #ECB0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB0ED

Black with #ECB0ED

Text Example


Text Example

White with #ECB0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB0ED; }

 p { color: rgb(236,176,237); }

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

background-color css

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

 a { background-color: rgb(236,176,237); }

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

border-color css

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

 span { border-color: rgb(236,176,237); }

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