Html Css Color HEX #EC21EE Psychedelic Purple

📋 copy color: '#EC21EE'

red 236 ◦ green 33 ◦ blue 238

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

Shades of Psychedelic Purple #EC21EE

Tints of Psychedelic Purple #EC21EE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.51%

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

R = 46.55%
G = 6.51%
B = 46.94%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC21EE (or 0xEC21EE) is known color: Psychedelic Purple. HEX triplet: EC, 21 and EE. RGB value is (236,33,238). Sum of RGB (Red+Green+Blue) = 236+33+238=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 33 (13.28% from 255 or 6.51% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC21EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC21EE is #13DE11. Grayscale: #747474. Windows color (decimal): -1302034 or 15606252. OLE color: 15606252.

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

Color convert

RGB 236 33 238 -
CMYK 0.01 0.86 0 0.07
HSL 299.41º 0.86% 0.53% -
HSV(B) 299.41º 0.86% 0.93% -
XYZ 50.57 25.09 83.07 -
YUV 117.07 196.25 212.83 -
System Red Green Blue C M Y K H S L
Decimal 236 33 238 0.01 0.86 0 0.07 299.41 0.86 0.53
Hex EC 21 EE 1 56 0 7 12B 56 35
Octal 354 41 356 1 126 0 7 453 126 65
Binary 11101100 100001 11101110 1 1010110 0 111 100101011 1010110 110101

Color Harmonies of #EC21EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC21EE

Black with #EC21EE

Text Example


Text Example

White with #EC21EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC21EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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