Html Css Color HEX #EB20F0 Psychedelic Purple

📋 copy color: '#EB20F0'

red 235 ◦ green 32 ◦ blue 240

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

Shades of Psychedelic Purple #EB20F0

Tints of Psychedelic Purple #EB20F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.34%

R = 46.35%
G = 6.31%
B = 47.34%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EB20F0 (or 0xEB20F0) is known color: Psychedelic Purple. HEX triplet: EB, 20 and F0. RGB value is (235,32,240). Sum of RGB (Red+Green+Blue) = 235+32+240=507 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.35% from 507); Green value is 32 (12.89% from 255 or 6.31% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #EB20F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EB20F0 is #14DF0F. Grayscale: #737373. Windows color (decimal): -1367824 or 15737067. OLE color: 15737067.

HSL color Cylindrical-coordinate representation of color #EB20F0: hue angle of 298.56º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EB20F0 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 235 32 240 -
CMYK 0.02 0.87 0 0.06
HSL 298.56º 0.87% 0.53% -
HSV(B) 298.56º 0.87% 0.94% -
XYZ 50.51 24.99 84.6 -
YUV 116.41 197.75 212.59 -
System Red Green Blue C M Y K H S L
Decimal 235 32 240 0.02 0.87 0 0.06 298.56 0.87 0.53
Hex EB 20 F0 2 57 0 6 12B 57 35
Octal 353 40 360 2 127 0 6 453 127 65
Binary 11101011 100000 11110000 10 1010111 0 110 100101011 1010111 110101

Color Harmonies of #EB20F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB20F0

Black with #EB20F0

Text Example


Text Example

White with #EB20F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB20F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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