Html Css Color HEX #EB13E5 Psychedelic Purple

📋 copy color: '#EB13E5'

red 235 ◦ green 19 ◦ blue 229

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

Shades of Psychedelic Purple #EB13E5

Tints of Psychedelic Purple #EB13E5

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.93%

 BLUE value IS 229 (89.84% from 255) = 47.41%

R = 48.65%
G = 3.93%
B = 47.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EB13E5 (or 0xEB13E5) is known color: Psychedelic Purple. HEX triplet: EB, 13 and E5. RGB value is (235,19,229). Sum of RGB (Red+Green+Blue) = 235+19+229=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 19 (7.81% from 255 or 3.93% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EB13E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EB13E5 is #14EC1A. Grayscale: #6A6A6A. Windows color (decimal): -1371163 or 15012843. OLE color: 15012843.

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

Color convert

RGB 235 19 229 -
CMYK 0 0.92 0.03 0.08
HSL 301.67º 0.85% 0.5% -
HSV(B) 301.67º 0.92% 0.92% -
XYZ 48.64 23.79 76.16 -
YUV 107.52 196.56 218.92 -
System Red Green Blue C M Y K H S L
Decimal 235 19 229 0 0.92 0.03 0.08 301.67 0.85 0.5
Hex EB 13 E5 0 5C 3 8 12E 55 32
Octal 353 23 345 0 134 3 10 456 125 62
Binary 11101011 10011 11100101 0 1011100 11 1000 100101110 1010101 110010

Color Harmonies of #EB13E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB13E5

Black with #EB13E5

Text Example


Text Example

White with #EB13E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB13E5; }

 p { color: rgb(235,19,229); }

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

background-color css

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

 a { background-color: rgb(235,19,229); }

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

border-color css

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

 span { border-color: rgb(235,19,229); }

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