#E034FB

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

Shades of Psychedelic Purple #E034FB

Tints of Psychedelic Purple #E034FB

Color information

#E034FB (or 0xE034FB) is unknown color: approx Psychedelic Purple. HEX triplet: E0, 34 and FB. RGB value is (224,52,251). Sum of RGB (Red+Green+Blue) = 224+52+251=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 52 (20.70% from 255 or 9.87% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #E034FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E034FB is #1FCB04. Grayscale: #7D7D7D. Windows color (decimal): -2083589 or 16463072. OLE color: 16463072.

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

Color convert

RGB22452251-
CMYK0.110.7900.02
HSL291.86º96.14%59.41%-
HSV(B)291.86º79.28%98.43%-
XYZ49.3825.2793.54-
YUV126.11198.48197.82-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.50%
GREEN value IS 52 (20.70% from 255) = 9.87%
BLUE value IS 251 (98.44% from 255) = 47.63%
R=42.50%
G=9.87%
B=47.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal224522510.110.7900.02291.8696.1459.41
HexE034FBB4F02124603b
Octal34064373131170244414073
Binary1110000011010011111011101110011110101001001001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E034FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E034FB; }

 p { color: rgb(224,52,251); }

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

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

 a { background-color: rgb(224,52,251); }

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

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

 span { border-color: rgb(224,52,251); }

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