Html Css Color HEX #E11CE5 Psychedelic Purple

📋 copy color: '#E11CE5'

red 225 ◦ green 28 ◦ blue 229

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

Shades of Psychedelic Purple #E11CE5

Tints of Psychedelic Purple #E11CE5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.81%

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

R = 46.68%
G = 5.81%
B = 47.51%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E11CE5 (or 0xE11CE5) is known color: Psychedelic Purple. HEX triplet: E1, 1C and E5. RGB value is (225,28,229). Sum of RGB (Red+Green+Blue) = 225+28+229=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 28 (11.33% from 255 or 5.81% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 229 - color contains mainly: blue. Hex color #E11CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11CE5 is #1EE31A. Grayscale: #6D6D6D. Windows color (decimal): -2024219 or 15015137. OLE color: 15015137.

HSL color Cylindrical-coordinate representation of color #E11CE5: hue angle of 298.81º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11CE5 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 225 28 229 -
CMYK 0.02 0.88 0 0.10
HSL 298.81º 0.79% 0.5% -
HSV(B) 298.81º 0.88% 0.9% -
XYZ 45.61 22.5 76.07 -
YUV 109.82 195.27 210.16 -
System Red Green Blue C M Y K H S L
Decimal 225 28 229 0.02 0.88 0 0.10 298.81 0.79 0.5
Hex E1 1C E5 2 58 0 A 12B 4F 32
Octal 341 34 345 2 130 0 12 453 117 62
Binary 11100001 11100 11100101 10 1011000 0 1010 100101011 1001111 110010

Color Harmonies of #E11CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11CE5

Black with #E11CE5

Text Example


Text Example

White with #E11CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11CE5; }

 p { color: rgb(225,28,229); }

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

background-color css

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

 a { background-color: rgb(225,28,229); }

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

border-color css

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

 span { border-color: rgb(225,28,229); }

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