Html Css Color HEX #EB20E9 Psychedelic Purple

📋 copy color: '#EB20E9'

red 235 ◦ green 32 ◦ blue 233

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

Shades of Psychedelic Purple #EB20E9

Tints of Psychedelic Purple #EB20E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.6%

R = 47%
G = 6.4%
B = 46.6%

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

#EB20E9 (or 0xEB20E9) is known color: Psychedelic Purple. HEX triplet: EB, 20 and E9. RGB value is (235,32,233). Sum of RGB (Red+Green+Blue) = 235+32+233=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 32 (12.89% from 255 or 6.4% from 500); Blue value is 233 (91.41% from 255 or 46.6% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EB20E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB20E9 is #14DF16. Grayscale: #737373. Windows color (decimal): -1367831 or 15278315. OLE color: 15278315.

HSL color Cylindrical-coordinate representation of color #EB20E9: hue angle of 300.59º 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 #EB20E9 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 32 233 -
CMYK 0 0.86 0.01 0.08
HSL 300.59º 0.84% 0.52% -
HSV(B) 300.59º 0.86% 0.92% -
XYZ 49.49 24.58 79.23 -
YUV 115.61 194.25 213.16 -
System Red Green Blue C M Y K H S L
Decimal 235 32 233 0 0.86 0.01 0.08 300.59 0.84 0.52
Hex EB 20 E9 0 56 1 8 12D 54 34
Octal 353 40 351 0 126 1 10 455 124 64
Binary 11101011 100000 11101001 0 1010110 1 1000 100101101 1010100 110100

Color Harmonies of #EB20E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB20E9

Black with #EB20E9

Text Example


Text Example

White with #EB20E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB20E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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