Html Css Color HEX #EB20E8 Psychedelic Purple

📋 copy color: '#EB20E8'

red 235 ◦ green 32 ◦ blue 232

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

Shades of Psychedelic Purple #EB20E8

Tints of Psychedelic Purple #EB20E8

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.41%

 BLUE value IS 232 (91.02% from 255) = 46.49%

R = 47.09%
G = 6.41%
B = 46.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EB20E8 (or 0xEB20E8) is known color: Psychedelic Purple. HEX triplet: EB, 20 and E8. RGB value is (235,32,232). Sum of RGB (Red+Green+Blue) = 235+32+232=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 32 (12.89% from 255 or 6.41% from 499); Blue value is 232 (91.02% from 255 or 46.49% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EB20E8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB20E8 is #14DF17. Grayscale: #727272. Windows color (decimal): -1367832 or 15212779. OLE color: 15212779.

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

Color convert

RGB 235 32 232 -
CMYK 0 0.86 0.01 0.08
HSL 300.89º 0.84% 0.52% -
HSV(B) 300.89º 0.86% 0.92% -
XYZ 49.34 24.52 78.48 -
YUV 115.5 193.75 213.24 -
System Red Green Blue C M Y K H S L
Decimal 235 32 232 0 0.86 0.01 0.08 300.89 0.84 0.52
Hex EB 20 E8 0 56 1 8 12D 54 34
Octal 353 40 350 0 126 1 10 455 124 64
Binary 11101011 100000 11101000 0 1010110 1 1000 100101101 1010100 110100

Color Harmonies of #EB20E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB20E8

Black with #EB20E8

Text Example


Text Example

White with #EB20E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB20E8; }

 p { color: rgb(235,32,232); }

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

background-color css

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

 a { background-color: rgb(235,32,232); }

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

border-color css

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

 span { border-color: rgb(235,32,232); }

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