#EC1BEE

Color #EC1BEE Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #EC1BEE

Tints of Psychedelic Purple #EC1BEE

Color information

#EC1BEE (or 0xEC1BEE) is unknown color: approx Psychedelic Purple. HEX triplet: EC, 1B and EE. RGB value is (236,27,238). Sum of RGB (Red+Green+Blue) = 236+27+238=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 27 (10.94% from 255 or 5.39% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC1BEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1BEE is #13E411. Grayscale: #707070. Windows color (decimal): -1303570 or 15604716. OLE color: 15604716.

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

Color convert

RGB23627238-
CMYK0.010.8900.07
HSL299.43º86.12%51.96%-
HSV(B)299.43º88.66%93.33%-
XYZ50.4224.7983.02-
YUV113.54198.24215.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.11%
GREEN value IS 27 (10.94% from 255) = 5.39%
BLUE value IS 238 (93.36% from 255) = 47.50%
R=47.11%
G=5.39%
B=47.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236272380.010.8900.07299.4386.1251.96
HexEC1BEE1590712b5634
Octal3543335611310745312664
Binary1110110011011111011101101100101111001010111010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC1BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC1BEE; }

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

 H1.HeaderClassName
 {
   color: #EC1BEE;
 }
 .AnyTagClassName
 {
   color: #EC1BEE;
 }
</style>
background-color css

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

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

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

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

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

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