Html Css Color HEX #EB10E6 Psychedelic Purple

📋 copy color: '#EB10E6'

red 235 ◦ green 16 ◦ blue 230

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

Shades of Psychedelic Purple #EB10E6

Tints of Psychedelic Purple #EB10E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.82%

R = 48.86%
G = 3.33%
B = 47.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EB10E6 (or 0xEB10E6) is known color: Psychedelic Purple. HEX triplet: EB, 10 and E6. RGB value is (235,16,230). Sum of RGB (Red+Green+Blue) = 235+16+230=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 16 (6.64% from 255 or 3.33% from 481); Blue value is 230 (90.23% from 255 or 47.82% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EB10E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB10E6 is #14EF19. Grayscale: #696969. Windows color (decimal): -1371930 or 15077611. OLE color: 15077611.

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

Color convert

RGB 235 16 230 -
CMYK 0 0.93 0.02 0.08
HSL 301.37º 0.87% 0.49% -
HSV(B) 301.37º 0.93% 0.92% -
XYZ 48.73 23.75 76.88 -
YUV 105.88 198.05 220.1 -
System Red Green Blue C M Y K H S L
Decimal 235 16 230 0 0.93 0.02 0.08 301.37 0.87 0.49
Hex EB 10 E6 0 5D 2 8 12D 57 31
Octal 353 20 346 0 135 2 10 455 127 61
Binary 11101011 10000 11100110 0 1011101 10 1000 100101101 1010111 110001

Color Harmonies of #EB10E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB10E6

Black with #EB10E6

Text Example


Text Example

White with #EB10E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB10E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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