Html Css Color HEX #EB0AF0 Psychedelic Purple

📋 copy color: '#EB0AF0'

red 235 ◦ green 10 ◦ blue 240

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

Shades of Psychedelic Purple #EB0AF0

Tints of Psychedelic Purple #EB0AF0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.06%

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

R = 48.45%
G = 2.06%
B = 49.48%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EB0AF0 (or 0xEB0AF0) is known color: Psychedelic Purple. HEX triplet: EB, 0A and F0. RGB value is (235,10,240). Sum of RGB (Red+Green+Blue) = 235+10+240=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 10 (4.30% from 255 or 2.06% from 485); Blue value is 240 (94.14% from 255 or 49.48% from 485); Max value from RGB is 240 - color contains mainly: blue. Hex color #EB0AF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB0AF0 is #14F50F. Grayscale: #666666. Windows color (decimal): -1373456 or 15731435. OLE color: 15731435.

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

Color convert

RGB 235 10 240 -
CMYK 0.02 0.96 0 0.06
HSL 298.7º 0.92% 0.49% -
HSV(B) 298.7º 0.96% 0.94% -
XYZ 50.1 24.17 84.46 -
YUV 103.5 205.04 221.8 -
System Red Green Blue C M Y K H S L
Decimal 235 10 240 0.02 0.96 0 0.06 298.7 0.92 0.49
Hex EB A F0 2 60 0 6 12B 5C 31
Octal 353 12 360 2 140 0 6 453 134 61
Binary 11101011 1010 11110000 10 1100000 0 110 100101011 1011100 110001

Color Harmonies of #EB0AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0AF0

Black with #EB0AF0

Text Example


Text Example

White with #EB0AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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