Html Css Color HEX #EC21ED Psychedelic Purple

📋 copy color: '#EC21ED'

red 236 ◦ green 33 ◦ blue 237

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

Shades of Psychedelic Purple #EC21ED

Tints of Psychedelic Purple #EC21ED

RGB

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

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

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

R = 46.64%
G = 6.52%
B = 46.84%

CMYK

 C value IS 0.00

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EC21ED (or 0xEC21ED) is known color: Psychedelic Purple. HEX triplet: EC, 21 and ED. RGB value is (236,33,237). Sum of RGB (Red+Green+Blue) = 236+33+237=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 33 (13.28% from 255 or 6.52% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC21ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EC21ED is #13DE12. Grayscale: #747474. Windows color (decimal): -1302035 or 15540716. OLE color: 15540716.

HSL color Cylindrical-coordinate representation of color #EC21ED: hue angle of 299.71º degrees, saturation: 0.85, 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 #EC21ED is Cyan = 0.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 33 237 -
CMYK 0.00 0.86 0 0.07
HSL 299.71º 0.85% 0.53% -
HSV(B) 299.71º 0.86% 0.93% -
XYZ 50.42 25.04 82.3 -
YUV 116.95 195.75 212.91 -
System Red Green Blue C M Y K H S L
Decimal 236 33 237 0.00 0.86 0 0.07 299.71 0.85 0.53
Hex EC 21 ED 0 56 0 7 12C 55 35
Octal 354 41 355 0 126 0 7 454 125 65
Binary 11101100 100001 11101101 0 1010110 0 111 100101100 1010101 110101

Color Harmonies of #EC21ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC21ED

Black with #EC21ED

Text Example


Text Example

White with #EC21ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC21ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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