Html Css Color HEX #E11BFF Psychedelic Purple

📋 copy color: '#E11BFF'

red 225 ◦ green 27 ◦ blue 255

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

Shades of Psychedelic Purple #E11BFF

Tints of Psychedelic Purple #E11BFF

RGB

 RED value IS 225 (88.28% from 255) = 44.38%

 GREEN value IS 27 (10.94% from 255) = 5.33%

 BLUE value IS 255 (100% from 255) = 50.3%

R = 44.38%
G = 5.33%
B = 50.3%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E11BFF (or 0xE11BFF) is known color: Psychedelic Purple. HEX triplet: E1, 1B and FF. RGB value is (225,27,255). Sum of RGB (Red+Green+Blue) = 225+27+255=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 27 (10.94% from 255 or 5.33% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #E11BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11BFF is #1EE400. Grayscale: #6F6F6F. Windows color (decimal): -2024449 or 16718817. OLE color: 16718817.

HSL color Cylindrical-coordinate representation of color #E11BFF: hue angle of 292.11º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E11BFF is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 225 27 255 -
CMYK 0.12 0.89 0 0
HSL 292.11º 1% 0.55% -
HSV(B) 292.11º 0.89% 1% -
XYZ 49.49 24.01 96.63 -
YUV 112.19 208.6 208.46 -
System Red Green Blue C M Y K H S L
Decimal 225 27 255 0.12 0.89 0 0 292.11 1 0.55
Hex E1 1B FF C 59 0 0 124 64 37
Octal 341 33 377 14 131 0 0 444 144 67
Binary 11100001 11011 11111111 1100 1011001 0 0 100100100 1100100 110111

Color Harmonies of #E11BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11BFF

Black with #E11BFF

Text Example


Text Example

White with #E11BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11BFF; }

 p { color: rgb(225,27,255); }

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

background-color css

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

 a { background-color: rgb(225,27,255); }

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

border-color css

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

 span { border-color: rgb(225,27,255); }

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