Html Css Color HEX #EB0AFF Psychedelic Purple

📋 copy color: '#EB0AFF'

red 235 ◦ green 10 ◦ blue 255

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

Shades of Psychedelic Purple #EB0AFF

Tints of Psychedelic Purple #EB0AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51%

R = 47%
G = 2%
B = 51%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EB0AFF (or 0xEB0AFF) is known color: Psychedelic Purple. HEX triplet: EB, 0A and FF. RGB value is (235,10,255). Sum of RGB (Red+Green+Blue) = 235+10+255=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 10 (4.30% from 255 or 2% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB0AFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB0AFF is #14F500. Grayscale: #686868. Windows color (decimal): -1373441 or 16714475. OLE color: 16714475.

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

Color convert

RGB 235 10 255 -
CMYK 0.08 0.96 0 0
HSL 295.1º 1% 0.52% -
HSV(B) 295.1º 0.96% 1% -
XYZ 52.42 25.1 96.69 -
YUV 105.21 212.54 220.58 -
System Red Green Blue C M Y K H S L
Decimal 235 10 255 0.08 0.96 0 0 295.1 1 0.52
Hex EB A FF 8 60 0 0 127 64 34
Octal 353 12 377 10 140 0 0 447 144 64
Binary 11101011 1010 11111111 1000 1100000 0 0 100100111 1100100 110100

Color Harmonies of #EB0AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0AFF

Black with #EB0AFF

Text Example


Text Example

White with #EB0AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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