Html Css Color HEX #EB15E8 Psychedelic Purple

📋 copy color: '#EB15E8'

red 235 ◦ green 21 ◦ blue 232

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

Shades of Psychedelic Purple #EB15E8

Tints of Psychedelic Purple #EB15E8

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.3%

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

R = 48.16%
G = 4.3%
B = 47.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EB15E8 (or 0xEB15E8) is known color: Psychedelic Purple. HEX triplet: EB, 15 and E8. RGB value is (235,21,232). Sum of RGB (Red+Green+Blue) = 235+21+232=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 21 (8.59% from 255 or 4.30% from 488); Blue value is 232 (91.02% from 255 or 47.54% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EB15E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB15E8 is #14EA17. Grayscale: #6C6C6C. Windows color (decimal): -1370648 or 15209963. OLE color: 15209963.

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

Color convert

RGB 235 21 232 -
CMYK 0 0.91 0.01 0.08
HSL 300.84º 0.84% 0.5% -
HSV(B) 300.84º 0.91% 0.92% -
XYZ 49.09 24.02 78.39 -
YUV 109.04 197.4 217.84 -
System Red Green Blue C M Y K H S L
Decimal 235 21 232 0 0.91 0.01 0.08 300.84 0.84 0.5
Hex EB 15 E8 0 5B 1 8 12D 54 32
Octal 353 25 350 0 133 1 10 455 124 62
Binary 11101011 10101 11101000 0 1011011 1 1000 100101101 1010100 110010

Color Harmonies of #EB15E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB15E8

Black with #EB15E8

Text Example


Text Example

White with #EB15E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB15E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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