Html Css Color HEX #EB0EE8 Psychedelic Purple

📋 copy color: '#EB0EE8'

red 235 ◦ green 14 ◦ blue 232

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

Shades of Psychedelic Purple #EB0EE8

Tints of Psychedelic Purple #EB0EE8

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.91%

 BLUE value IS 232 (91.02% from 255) = 48.23%

R = 48.86%
G = 2.91%
B = 48.23%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EB0EE8 (or 0xEB0EE8) is known color: Psychedelic Purple. HEX triplet: EB, 0E and E8. RGB value is (235,14,232). Sum of RGB (Red+Green+Blue) = 235+14+232=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 14 (5.86% from 255 or 2.91% from 481); Blue value is 232 (91.02% from 255 or 48.23% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EB0EE8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB0EE8 is #14F117. Grayscale: #686868. Windows color (decimal): -1372440 or 15208171. OLE color: 15208171.

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

Color convert

RGB 235 14 232 -
CMYK 0 0.94 0.01 0.08
HSL 300.81º 0.89% 0.49% -
HSV(B) 300.81º 0.94% 0.92% -
XYZ 48.98 23.8 78.36 -
YUV 104.93 199.72 220.77 -
System Red Green Blue C M Y K H S L
Decimal 235 14 232 0 0.94 0.01 0.08 300.81 0.89 0.49
Hex EB E E8 0 5E 1 8 12D 59 31
Octal 353 16 350 0 136 1 10 455 131 61
Binary 11101011 1110 11101000 0 1011110 1 1000 100101101 1011001 110001

Color Harmonies of #EB0EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB0EE8

Black with #EB0EE8

Text Example


Text Example

White with #EB0EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB0EE8; }

 p { color: rgb(235,14,232); }

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

background-color css

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

 a { background-color: rgb(235,14,232); }

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

border-color css

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

 span { border-color: rgb(235,14,232); }

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