Html Css Color HEX #EB21EC Psychedelic Purple

📋 copy color: '#EB21EC'

red 235 ◦ green 33 ◦ blue 236

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

Shades of Psychedelic Purple #EB21EC

Tints of Psychedelic Purple #EB21EC

RGB

 RED value IS 235 (92.19% from 255) = 46.63%

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

 BLUE value IS 236 (92.58% from 255) = 46.83%

R = 46.63%
G = 6.55%
B = 46.83%

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

#EB21EC (or 0xEB21EC) is known color: Psychedelic Purple. HEX triplet: EB, 21 and EC. RGB value is (235,33,236). Sum of RGB (Red+Green+Blue) = 235+33+236=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 33 (13.28% from 255 or 6.55% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #EB21EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB21EC is #14DE13. Grayscale: #737373. Windows color (decimal): -1367572 or 15475179. OLE color: 15475179.

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

Color convert

RGB 235 33 236 -
CMYK 0.00 0.86 0 0.07
HSL 299.7º 0.84% 0.53% -
HSV(B) 299.7º 0.86% 0.93% -
XYZ 49.95 24.81 81.51 -
YUV 116.54 195.42 212.49 -
System Red Green Blue C M Y K H S L
Decimal 235 33 236 0.00 0.86 0 0.07 299.7 0.84 0.53
Hex EB 21 EC 0 56 0 7 12C 54 35
Octal 353 41 354 0 126 0 7 454 124 65
Binary 11101011 100001 11101100 0 1010110 0 111 100101100 1010100 110101

Color Harmonies of #EB21EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB21EC

Black with #EB21EC

Text Example


Text Example

White with #EB21EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB21EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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