Html Css Color HEX #EC1CEE Psychedelic Purple

📋 copy color: '#EC1CEE'

red 236 ◦ green 28 ◦ blue 238

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

Shades of Psychedelic Purple #EC1CEE

Tints of Psychedelic Purple #EC1CEE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.58%

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

R = 47.01%
G = 5.58%
B = 47.41%

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

#EC1CEE (or 0xEC1CEE) is known color: Psychedelic Purple. HEX triplet: EC, 1C and EE. RGB value is (236,28,238). Sum of RGB (Red+Green+Blue) = 236+28+238=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 28 (11.33% from 255 or 5.58% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC1CEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC1CEE is #13E311. Grayscale: #717171. Windows color (decimal): -1303314 or 15604972. OLE color: 15604972.

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

Color convert

RGB 236 28 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.44 24.84 83.02 -
YUV 114.13 197.91 214.92 -
System Red Green Blue C M Y K H S L
Decimal 236 28 238 0.01 0.88 0 0.07 299.43 0.86 0.52
Hex EC 1C EE 1 58 0 7 12B 56 34
Octal 354 34 356 1 130 0 7 453 126 64
Binary 11101100 11100 11101110 1 1011000 0 111 100101011 1010110 110100

Color Harmonies of #EC1CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1CEE

Black with #EC1CEE

Text Example


Text Example

White with #EC1CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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