Html Css Color HEX #EB08E6 Psychedelic Purple

📋 copy color: '#EB08E6'

red 235 ◦ green 8 ◦ blue 230

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

Shades of Psychedelic Purple #EB08E6

Tints of Psychedelic Purple #EB08E6

RGB

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

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

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

R = 49.68%
G = 1.69%
B = 48.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EB08E6 (or 0xEB08E6) is known color: Psychedelic Purple. HEX triplet: EB, 08 and E6. RGB value is (235,8,230). Sum of RGB (Red+Green+Blue) = 235+8+230=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 8 (3.52% from 255 or 1.69% from 473); Blue value is 230 (90.23% from 255 or 48.63% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EB08E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB08E6 is #14F719. Grayscale: #646464. Windows color (decimal): -1373978 or 15075563. OLE color: 15075563.

HSL color Cylindrical-coordinate representation of color #EB08E6: hue angle of 301.32º 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 #EB08E6 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 8 230 -
CMYK 0 0.97 0.02 0.08
HSL 301.32º 0.93% 0.48% -
HSV(B) 301.32º 0.97% 0.92% -
XYZ 48.63 23.55 76.85 -
YUV 101.18 200.71 223.45 -
System Red Green Blue C M Y K H S L
Decimal 235 8 230 0 0.97 0.02 0.08 301.32 0.93 0.48
Hex EB 8 E6 0 61 2 8 12D 5D 30
Octal 353 10 346 0 141 2 10 455 135 60
Binary 11101011 1000 11100110 0 1100001 10 1000 100101101 1011101 110000

Color Harmonies of #EB08E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB08E6

Black with #EB08E6

Text Example


Text Example

White with #EB08E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB08E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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