Html Css Color HEX #EB10FF Psychedelic Purple

📋 copy color: '#EB10FF'

red 235 ◦ green 16 ◦ blue 255

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

Shades of Psychedelic Purple #EB10FF

Tints of Psychedelic Purple #EB10FF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.16%

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

R = 46.44%
G = 3.16%
B = 50.4%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EB10FF (or 0xEB10FF) is known color: Psychedelic Purple. HEX triplet: EB, 10 and FF. RGB value is (235,16,255). Sum of RGB (Red+Green+Blue) = 235+16+255=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 16 (6.64% from 255 or 3.16% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #EB10FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB10FF is #14EF00. Grayscale: #6B6B6B. Windows color (decimal): -1371905 or 16716011. OLE color: 16716011.

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

Color convert

RGB 235 16 255 -
CMYK 0.08 0.94 0 0
HSL 294.98º 1% 0.53% -
HSV(B) 294.98º 0.94% 1% -
XYZ 52.5 25.25 96.72 -
YUV 108.73 210.55 218.07 -
System Red Green Blue C M Y K H S L
Decimal 235 16 255 0.08 0.94 0 0 294.98 1 0.53
Hex EB 10 FF 8 5E 0 0 127 64 35
Octal 353 20 377 10 136 0 0 447 144 65
Binary 11101011 10000 11111111 1000 1011110 0 0 100100111 1100100 110101

Color Harmonies of #EB10FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB10FF

Black with #EB10FF

Text Example


Text Example

White with #EB10FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB10FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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