Html Css Color HEX #E335FD Psychedelic Purple

📋 copy color: '#E335FD'

red 227 ◦ green 53 ◦ blue 253

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

Shades of Psychedelic Purple #E335FD

Tints of Psychedelic Purple #E335FD

RGB

 RED value IS 227 (89.06% from 255) = 42.59%

 GREEN value IS 53 (21.09% from 255) = 9.94%

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

R = 42.59%
G = 9.94%
B = 47.47%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E335FD (or 0xE335FD) is known color: Psychedelic Purple. HEX triplet: E3, 35 and FD. RGB value is (227,53,253). Sum of RGB (Red+Green+Blue) = 227+53+253=533 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.59% from 533); Green value is 53 (21.09% from 255 or 9.94% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #E335FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E335FD is #1CCA02. Grayscale: #7F7F7F. Windows color (decimal): -1886723 or 16594403. OLE color: 16594403.

HSL color Cylindrical-coordinate representation of color #E335FD: hue angle of 292.2º 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 #E335FD is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 227 53 253 -
CMYK 0.10 0.79 0 0.01
HSL 292.2º 0.98% 0.6% -
HSV(B) 292.2º 0.79% 0.99% -
XYZ 50.68 25.97 95.27 -
YUV 127.83 198.65 198.74 -
System Red Green Blue C M Y K H S L
Decimal 227 53 253 0.10 0.79 0 0.01 292.2 0.98 0.6
Hex E3 35 FD A 4F 0 1 124 62 3C
Octal 343 65 375 12 117 0 1 444 142 74
Binary 11100011 110101 11111101 1010 1001111 0 1 100100100 1100010 111100

Color Harmonies of #E335FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E335FD

Black with #E335FD

Text Example


Text Example

White with #E335FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E335FD; }

 p { color: rgb(227,53,253); }

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

background-color css

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

 a { background-color: rgb(227,53,253); }

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

border-color css

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

 span { border-color: rgb(227,53,253); }

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