Html Css Color HEX #EB20ED Psychedelic Purple

📋 copy color: '#EB20ED'

red 235 ◦ green 32 ◦ blue 237

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

Shades of Psychedelic Purple #EB20ED

Tints of Psychedelic Purple #EB20ED

RGB

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

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

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

R = 46.63%
G = 6.35%
B = 47.02%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EB20ED (or 0xEB20ED) is known color: Psychedelic Purple. HEX triplet: EB, 20 and ED. RGB value is (235,32,237). Sum of RGB (Red+Green+Blue) = 235+32+237=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 32 (12.89% from 255 or 6.35% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #EB20ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB20ED is #14DF12. Grayscale: #737373. Windows color (decimal): -1367827 or 15540459. OLE color: 15540459.

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

Color convert

RGB 235 32 237 -
CMYK 0.01 0.86 0 0.07
HSL 299.41º 0.85% 0.53% -
HSV(B) 299.41º 0.86% 0.93% -
XYZ 50.06 24.81 82.27 -
YUV 116.07 196.25 212.83 -
System Red Green Blue C M Y K H S L
Decimal 235 32 237 0.01 0.86 0 0.07 299.41 0.85 0.53
Hex EB 20 ED 1 56 0 7 12B 55 35
Octal 353 40 355 1 126 0 7 453 125 65
Binary 11101011 100000 11101101 1 1010110 0 111 100101011 1010101 110101

Color Harmonies of #EB20ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB20ED

Black with #EB20ED

Text Example


Text Example

White with #EB20ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB20ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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