Html Css Color HEX #E335FC Psychedelic Purple

📋 copy color: '#E335FC'

red 227 ◦ green 53 ◦ blue 252

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

Shades of Psychedelic Purple #E335FC

Tints of Psychedelic Purple #E335FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.37%

R = 42.67%
G = 9.96%
B = 47.37%

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

#E335FC (or 0xE335FC) is known color: Psychedelic Purple. HEX triplet: E3, 35 and FC. RGB value is (227,53,252). Sum of RGB (Red+Green+Blue) = 227+53+252=532 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.67% from 532); Green value is 53 (21.09% from 255 or 9.96% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #E335FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E335FC is #1CCA03. Grayscale: #7F7F7F. Windows color (decimal): -1886724 or 16528867. OLE color: 16528867.

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

Color convert

RGB 227 53 252 -
CMYK 0.10 0.79 0 0.01
HSL 292.46º 0.97% 0.6% -
HSV(B) 292.46º 0.79% 0.99% -
XYZ 50.52 25.91 94.43 -
YUV 127.71 198.15 198.82 -
System Red Green Blue C M Y K H S L
Decimal 227 53 252 0.10 0.79 0 0.01 292.46 0.97 0.6
Hex E3 35 FC A 4F 0 1 124 61 3C
Octal 343 65 374 12 117 0 1 444 141 74
Binary 11100011 110101 11111100 1010 1001111 0 1 100100100 1100001 111100

Color Harmonies of #E335FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E335FC

Black with #E335FC

Text Example


Text Example

White with #E335FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E335FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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