Html Css Color HEX #EC11ED Psychedelic Purple

📋 copy color: '#EC11ED'

red 236 ◦ green 17 ◦ blue 237

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

Shades of Psychedelic Purple #EC11ED

Tints of Psychedelic Purple #EC11ED

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.47%

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

R = 48.16%
G = 3.47%
B = 48.37%

CMYK

 C value IS 0.00

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC11ED (or 0xEC11ED) is known color: Psychedelic Purple. HEX triplet: EC, 11 and ED. RGB value is (236,17,237). Sum of RGB (Red+Green+Blue) = 236+17+237=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 17 (7.03% from 255 or 3.47% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC11ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EC11ED is #13EE12. Grayscale: #6A6A6A. Windows color (decimal): -1306131 or 15536620. OLE color: 15536620.

HSL color Cylindrical-coordinate representation of color #EC11ED: hue angle of 299.73º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC11ED is Cyan = 0.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 17 237 -
CMYK 0.00 0.93 0 0.07
HSL 299.73º 0.87% 0.5% -
HSV(B) 299.73º 0.93% 0.93% -
XYZ 50.08 24.35 82.18 -
YUV 107.56 201.05 219.61 -
System Red Green Blue C M Y K H S L
Decimal 236 17 237 0.00 0.93 0 0.07 299.73 0.87 0.5
Hex EC 11 ED 0 5D 0 7 12C 57 32
Octal 354 21 355 0 135 0 7 454 127 62
Binary 11101100 10001 11101101 0 1011101 0 111 100101100 1010111 110010

Color Harmonies of #EC11ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC11ED

Black with #EC11ED

Text Example


Text Example

White with #EC11ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC11ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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