Html Css Color HEX #EC01EE Psychedelic Purple

📋 copy color: '#EC01EE'

red 236 ◦ green 1 ◦ blue 238

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

Shades of Psychedelic Purple #EC01EE

Tints of Psychedelic Purple #EC01EE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.21%

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

R = 49.68%
G = 0.21%
B = 50.11%

CMYK

 C value IS 0.01

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC01EE (or 0xEC01EE) is known color: Psychedelic Purple. HEX triplet: EC, 01 and EE. RGB value is (236,1,238). Sum of RGB (Red+Green+Blue) = 236+1+238=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 1 (0.78% from 255 or 0.21% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC01EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC01EE is #13FE11. Grayscale: #616161. Windows color (decimal): -1310226 or 15598060. OLE color: 15598060.

HSL color Cylindrical-coordinate representation of color #EC01EE: hue angle of 299.49º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC01EE is Cyan = 0.01, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 1 238 -
CMYK 0.01 1.00 0 0.07
HSL 299.49º 0.99% 0.47% -
HSV(B) 299.49º 1% 0.93% -
XYZ 50.04 24.03 82.89 -
YUV 98.28 206.86 226.23 -
System Red Green Blue C M Y K H S L
Decimal 236 1 238 0.01 1.00 0 0.07 299.49 0.99 0.47
Hex EC 1 EE 1 64 0 7 12B 63 2F
Octal 354 1 356 1 144 0 7 453 143 57
Binary 11101100 1 11101110 1 1100100 0 111 100101011 1100011 101111

Color Harmonies of #EC01EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC01EE

Black with #EC01EE

Text Example


Text Example

White with #EC01EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC01EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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