Html Css Color HEX #E134FD Psychedelic Purple

📋 copy color: '#E134FD'

red 225 ◦ green 52 ◦ blue 253

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

Shades of Psychedelic Purple #E134FD

Tints of Psychedelic Purple #E134FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.74%

R = 42.45%
G = 9.81%
B = 47.74%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E134FD (or 0xE134FD) is known color: Psychedelic Purple. HEX triplet: E1, 34 and FD. RGB value is (225,52,253). Sum of RGB (Red+Green+Blue) = 225+52+253=530 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.45% from 530); Green value is 52 (20.70% from 255 or 9.81% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #E134FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E134FD is #1ECB02. Grayscale: #7E7E7E. Windows color (decimal): -2018051 or 16594145. OLE color: 16594145.

HSL color Cylindrical-coordinate representation of color #E134FD: hue angle of 291.64º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E134FD is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 52 253 -
CMYK 0.11 0.79 0 0.01
HSL 291.64º 0.98% 0.6% -
HSV(B) 291.64º 0.79% 0.99% -
XYZ 50.01 25.56 95.23 -
YUV 126.64 199.31 198.16 -
System Red Green Blue C M Y K H S L
Decimal 225 52 253 0.11 0.79 0 0.01 291.64 0.98 0.6
Hex E1 34 FD B 4F 0 1 124 62 3C
Octal 341 64 375 13 117 0 1 444 142 74
Binary 11100001 110100 11111101 1011 1001111 0 1 100100100 1100010 111100

Color Harmonies of #E134FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E134FD

Black with #E134FD

Text Example


Text Example

White with #E134FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E134FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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