Html Css Color HEX #E134FF Psychedelic Purple

📋 copy color: '#E134FF'

red 225 ◦ green 52 ◦ blue 255

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

Shades of Psychedelic Purple #E134FF

Tints of Psychedelic Purple #E134FF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 9.77%

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

R = 42.29%
G = 9.77%
B = 47.93%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E134FF (or 0xE134FF) is known color: Psychedelic Purple. HEX triplet: E1, 34 and FF. RGB value is (225,52,255). Sum of RGB (Red+Green+Blue) = 225+52+255=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 52 (20.70% from 255 or 9.77% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #E134FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E134FF is #1ECB00. Grayscale: #7E7E7E. Windows color (decimal): -2018049 or 16725217. OLE color: 16725217.

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

Color convert

RGB 225 52 255 -
CMYK 0.12 0.80 0 0
HSL 291.13º 1% 0.6% -
HSV(B) 291.13º 0.8% 1% -
XYZ 50.33 25.68 96.91 -
YUV 126.87 200.31 197.99 -
System Red Green Blue C M Y K H S L
Decimal 225 52 255 0.12 0.80 0 0 291.13 1 0.6
Hex E1 34 FF C 50 0 0 123 64 3C
Octal 341 64 377 14 120 0 0 443 144 74
Binary 11100001 110100 11111111 1100 1010000 0 0 100100011 1100100 111100

Color Harmonies of #E134FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E134FF

Black with #E134FF

Text Example


Text Example

White with #E134FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E134FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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