Html Css Color HEX #EC1DEE Psychedelic Purple

📋 copy color: '#EC1DEE'

red 236 ◦ green 29 ◦ blue 238

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

Shades of Psychedelic Purple #EC1DEE

Tints of Psychedelic Purple #EC1DEE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.77%

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

R = 46.92%
G = 5.77%
B = 47.32%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC1DEE (or 0xEC1DEE) is known color: Psychedelic Purple. HEX triplet: EC, 1D and EE. RGB value is (236,29,238). Sum of RGB (Red+Green+Blue) = 236+29+238=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 29 (11.72% from 255 or 5.77% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC1DEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1DEE is #13E211. Grayscale: #727272. Windows color (decimal): -1303058 or 15605228. OLE color: 15605228.

HSL color Cylindrical-coordinate representation of color #EC1DEE: 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.88%. Process color model (Four color, CMYK) of #EC1DEE is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 29 238 -
CMYK 0.01 0.88 0 0.07
HSL 299.43º 0.86% 0.52% -
HSV(B) 299.43º 0.88% 0.93% -
XYZ 50.46 24.88 83.03 -
YUV 114.72 197.58 214.51 -
System Red Green Blue C M Y K H S L
Decimal 236 29 238 0.01 0.88 0 0.07 299.43 0.86 0.52
Hex EC 1D EE 1 58 0 7 12B 56 34
Octal 354 35 356 1 130 0 7 453 126 64
Binary 11101100 11101 11101110 1 1011000 0 111 100101011 1010110 110100

Color Harmonies of #EC1DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1DEE

Black with #EC1DEE

Text Example


Text Example

White with #EC1DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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