Html Css Color HEX #EB11E7 Psychedelic Purple

📋 copy color: '#EB11E7'

red 235 ◦ green 17 ◦ blue 231

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

Shades of Psychedelic Purple #EB11E7

Tints of Psychedelic Purple #EB11E7

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.52%

 BLUE value IS 231 (90.63% from 255) = 47.83%

R = 48.65%
G = 3.52%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EB11E7 (or 0xEB11E7) is known color: Psychedelic Purple. HEX triplet: EB, 11 and E7. RGB value is (235,17,231). Sum of RGB (Red+Green+Blue) = 235+17+231=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 17 (7.03% from 255 or 3.52% from 483); Blue value is 231 (90.62% from 255 or 47.83% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EB11E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EB11E7 is #14EE18. Grayscale: #696969. Windows color (decimal): -1371673 or 15143403. OLE color: 15143403.

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

Color convert

RGB 235 17 231 -
CMYK 0 0.93 0.02 0.08
HSL 301.1º 0.87% 0.49% -
HSV(B) 301.1º 0.93% 0.92% -
XYZ 48.89 23.83 77.62 -
YUV 106.58 198.22 219.6 -
System Red Green Blue C M Y K H S L
Decimal 235 17 231 0 0.93 0.02 0.08 301.1 0.87 0.49
Hex EB 11 E7 0 5D 2 8 12D 57 31
Octal 353 21 347 0 135 2 10 455 127 61
Binary 11101011 10001 11100111 0 1011101 10 1000 100101101 1010111 110001

Color Harmonies of #EB11E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB11E7

Black with #EB11E7

Text Example


Text Example

White with #EB11E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB11E7; }

 p { color: rgb(235,17,231); }

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

background-color css

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

 a { background-color: rgb(235,17,231); }

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

border-color css

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

 span { border-color: rgb(235,17,231); }

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