#E335FB

Color #E335FB Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #E335FB

Tints of Psychedelic Purple #E335FB

Color information

#E335FB (or 0xE335FB) is unknown color: approx Psychedelic Purple. HEX triplet: E3, 35 and FB. RGB value is (227,53,251). Sum of RGB (Red+Green+Blue) = 227+53+251=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 53 (21.09% from 255 or 9.98% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #E335FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E335FB is #1CCA04. Grayscale: #7E7E7E. Windows color (decimal): -1886725 or 16463331. OLE color: 16463331.

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

Color convert

RGB22753251-
CMYK0.100.7900.02
HSL292.73º96.12%59.61%-
HSV(B)292.73º78.88%98.43%-
XYZ50.3625.8493.6-
YUV127.6197.65198.9-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 42.75%
GREEN value IS 53 (21.09% from 255) = 9.98%
BLUE value IS 251 (98.44% from 255) = 47.27%
R=42.75%
G=9.98%
B=47.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal227532510.100.7900.02292.7396.1259.61
HexE335FBA4F02125603c
Octal34365373121170244514074
Binary1110001111010111111011101010011110101001001011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E335FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E335FB; }

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

 H1.HeaderClassName
 {
   color: #E335FB;
 }
 .AnyTagClassName
 {
   color: #E335FB;
 }
</style>
background-color css

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

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

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

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

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

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