Html Css Color HEX #ECB2EE Plum

📋 copy color: '#ECB2EE'

red 236 ◦ green 178 ◦ blue 238

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

Shades of Plum #ECB2EE

Tints of Plum #ECB2EE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.3%

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

R = 36.2%
G = 27.3%
B = 36.5%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ECB2EE (or 0xECB2EE) is known color: Plum. HEX triplet: EC, B2 and EE. RGB value is (236,178,238). Sum of RGB (Red+Green+Blue) = 236+178+238=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 178 (69.92% from 255 or 27.30% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECB2EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB2EE is #134D11. Grayscale: #CACACA. Windows color (decimal): -1264914 or 15643372. OLE color: 15643372.

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

Color convert

RGB 236 178 238 -
CMYK 0.01 0.25 0 0.07
HSL 298º 0.64% 0.82% -
HSV(B) 298º 0.25% 0.93% -
XYZ 65.95 55.85 88.19 -
YUV 202.18 148.22 152.12 -
System Red Green Blue C M Y K H S L
Decimal 236 178 238 0.01 0.25 0 0.07 298 0.64 0.82
Hex EC B2 EE 1 19 0 7 12A 40 52
Octal 354 262 356 1 31 0 7 452 100 122
Binary 11101100 10110010 11101110 1 11001 0 111 100101010 1000000 1010010

Color Harmonies of #ECB2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB2EE

Black with #ECB2EE

Text Example


Text Example

White with #ECB2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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