Html Css Color HEX #EB15E6 Psychedelic Purple

📋 copy color: '#EB15E6'

red 235 ◦ green 21 ◦ blue 230

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

Shades of Psychedelic Purple #EB15E6

Tints of Psychedelic Purple #EB15E6

RGB

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

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

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

R = 48.35%
G = 4.32%
B = 47.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EB15E6 (or 0xEB15E6) is known color: Psychedelic Purple. HEX triplet: EB, 15 and E6. RGB value is (235,21,230). Sum of RGB (Red+Green+Blue) = 235+21+230=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 21 (8.59% from 255 or 4.32% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EB15E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB15E6 is #14EA19. Grayscale: #6C6C6C. Windows color (decimal): -1370650 or 15078891. OLE color: 15078891.

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

Color convert

RGB 235 21 230 -
CMYK 0 0.91 0.02 0.08
HSL 301.4º 0.84% 0.5% -
HSV(B) 301.4º 0.91% 0.92% -
XYZ 48.81 23.91 76.91 -
YUV 108.81 196.4 218.01 -
System Red Green Blue C M Y K H S L
Decimal 235 21 230 0 0.91 0.02 0.08 301.4 0.84 0.5
Hex EB 15 E6 0 5B 2 8 12D 54 32
Octal 353 25 346 0 133 2 10 455 124 62
Binary 11101011 10101 11100110 0 1011011 10 1000 100101101 1010100 110010

Color Harmonies of #EB15E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB15E6

Black with #EB15E6

Text Example


Text Example

White with #EB15E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB15E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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