Html Css Color HEX #EC1AEE Psychedelic Purple

📋 copy color: '#EC1AEE'

red 236 ◦ green 26 ◦ blue 238

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

Shades of Psychedelic Purple #EC1AEE

Tints of Psychedelic Purple #EC1AEE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.2%

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

R = 47.2%
G = 5.2%
B = 47.6%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC1AEE (or 0xEC1AEE) is known color: Psychedelic Purple. HEX triplet: EC, 1A and EE. RGB value is (236,26,238). Sum of RGB (Red+Green+Blue) = 236+26+238=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 26 (10.55% from 255 or 5.2% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC1AEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1AEE is #13E511. Grayscale: #707070. Windows color (decimal): -1303826 or 15604460. OLE color: 15604460.

HSL color Cylindrical-coordinate representation of color #EC1AEE: 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 #EC1AEE is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 26 238 -
CMYK 0.01 0.89 0 0.07
HSL 299.43º 0.86% 0.52% -
HSV(B) 299.43º 0.89% 0.93% -
XYZ 50.39 24.74 83.01 -
YUV 112.96 198.57 215.76 -
System Red Green Blue C M Y K H S L
Decimal 236 26 238 0.01 0.89 0 0.07 299.43 0.86 0.52
Hex EC 1A EE 1 59 0 7 12B 56 34
Octal 354 32 356 1 131 0 7 453 126 64
Binary 11101100 11010 11101110 1 1011001 0 111 100101011 1010110 110100

Color Harmonies of #EC1AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1AEE

Black with #EC1AEE

Text Example


Text Example

White with #EC1AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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