Html Css Color HEX #E133FE Psychedelic Purple

📋 copy color: '#E133FE'

red 225 ◦ green 51 ◦ blue 254

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

Shades of Psychedelic Purple #E133FE

Tints of Psychedelic Purple #E133FE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 9.62%

 BLUE value IS 254 (99.61% from 255) = 47.92%

R = 42.45%
G = 9.62%
B = 47.92%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E133FE (or 0xE133FE) is known color: Psychedelic Purple. HEX triplet: E1, 33 and FE. RGB value is (225,51,254). Sum of RGB (Red+Green+Blue) = 225+51+254=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 51 (20.31% from 255 or 9.62% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #E133FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E133FE is #1ECC01. Grayscale: #7D7D7D. Windows color (decimal): -2018306 or 16659425. OLE color: 16659425.

HSL color Cylindrical-coordinate representation of color #E133FE: hue angle of 291.43º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E133FE is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 225 51 254 -
CMYK 0.11 0.80 0 0.00
HSL 291.43º 0.99% 0.6% -
HSV(B) 291.43º 0.8% 1% -
XYZ 50.12 25.53 96.05 -
YUV 126.17 200.15 198.49 -
System Red Green Blue C M Y K H S L
Decimal 225 51 254 0.11 0.80 0 0.00 291.43 0.99 0.6
Hex E1 33 FE B 50 0 0 123 63 3C
Octal 341 63 376 13 120 0 0 443 143 74
Binary 11100001 110011 11111110 1011 1010000 0 0 100100011 1100011 111100

Color Harmonies of #E133FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E133FE

Black with #E133FE

Text Example


Text Example

White with #E133FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E133FE; }

 p { color: rgb(225,51,254); }

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

background-color css

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

 a { background-color: rgb(225,51,254); }

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

border-color css

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

 span { border-color: rgb(225,51,254); }

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