Html Css Color HEX #EB21EA Psychedelic Purple

📋 copy color: '#EB21EA'

red 235 ◦ green 33 ◦ blue 234

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

Shades of Psychedelic Purple #EB21EA

Tints of Psychedelic Purple #EB21EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.61%

R = 46.81%
G = 6.57%
B = 46.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EB21EA (or 0xEB21EA) is known color: Psychedelic Purple. HEX triplet: EB, 21 and EA. RGB value is (235,33,234). Sum of RGB (Red+Green+Blue) = 235+33+234=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 33 (13.28% from 255 or 6.57% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EB21EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB21EA is #14DE15. Grayscale: #737373. Windows color (decimal): -1367574 or 15344107. OLE color: 15344107.

HSL color Cylindrical-coordinate representation of color #EB21EA: hue angle of 300.3º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB21EA is Cyan = 0, Magento = 0.86, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 33 234 -
CMYK 0 0.86 0.00 0.08
HSL 300.3º 0.83% 0.53% -
HSV(B) 300.3º 0.86% 0.92% -
XYZ 49.66 24.69 79.99 -
YUV 116.31 194.42 212.66 -
System Red Green Blue C M Y K H S L
Decimal 235 33 234 0 0.86 0.00 0.08 300.3 0.83 0.53
Hex EB 21 EA 0 56 0 8 12C 53 35
Octal 353 41 352 0 126 0 10 454 123 65
Binary 11101011 100001 11101010 0 1010110 0 1000 100101100 1010011 110101

Color Harmonies of #EB21EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB21EA

Black with #EB21EA

Text Example


Text Example

White with #EB21EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB21EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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