Html Css Color HEX #EB08E8 Psychedelic Purple

📋 copy color: '#EB08E8'

red 235 ◦ green 8 ◦ blue 232

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

Shades of Psychedelic Purple #EB08E8

Tints of Psychedelic Purple #EB08E8

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.68%

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

R = 49.47%
G = 1.68%
B = 48.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EB08E8 (or 0xEB08E8) is known color: Psychedelic Purple. HEX triplet: EB, 08 and E8. RGB value is (235,8,232). Sum of RGB (Red+Green+Blue) = 235+8+232=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 8 (3.52% from 255 or 1.68% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EB08E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB08E8 is #14F717. Grayscale: #646464. Windows color (decimal): -1373976 or 15206635. OLE color: 15206635.

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

Color convert

RGB 235 8 232 -
CMYK 0 0.97 0.01 0.08
HSL 300.79º 0.93% 0.48% -
HSV(B) 300.79º 0.97% 0.92% -
XYZ 48.91 23.66 78.33 -
YUV 101.41 201.71 223.29 -
System Red Green Blue C M Y K H S L
Decimal 235 8 232 0 0.97 0.01 0.08 300.79 0.93 0.48
Hex EB 8 E8 0 61 1 8 12D 5D 30
Octal 353 10 350 0 141 1 10 455 135 60
Binary 11101011 1000 11101000 0 1100001 1 1000 100101101 1011101 110000

Color Harmonies of #EB08E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB08E8

Black with #EB08E8

Text Example


Text Example

White with #EB08E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB08E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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