Html Css Color HEX #E434FF Psychedelic Purple

📋 copy color: '#E434FF'

red 228 ◦ green 52 ◦ blue 255

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

Shades of Psychedelic Purple #E434FF

Tints of Psychedelic Purple #E434FF

RGB

 RED value IS 228 (89.45% from 255) = 42.62%

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

 BLUE value IS 255 (100% from 255) = 47.66%

R = 42.62%
G = 9.72%
B = 47.66%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E434FF (or 0xE434FF) is known color: Psychedelic Purple. HEX triplet: E4, 34 and FF. RGB value is (228,52,255). Sum of RGB (Red+Green+Blue) = 228+52+255=535 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.62% from 535); Green value is 52 (20.70% from 255 or 9.72% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #E434FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E434FF is #1BCB00. Grayscale: #7F7F7F. Windows color (decimal): -1821441 or 16725220. OLE color: 16725220.

HSL color Cylindrical-coordinate representation of color #E434FF: hue angle of 292.02º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E434FF is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 228 52 255 -
CMYK 0.11 0.80 0 0
HSL 292.02º 1% 0.6% -
HSV(B) 292.02º 0.8% 1% -
XYZ 51.27 26.17 96.96 -
YUV 127.77 199.81 199.49 -
System Red Green Blue C M Y K H S L
Decimal 228 52 255 0.11 0.80 0 0 292.02 1 0.6
Hex E4 34 FF B 50 0 0 124 64 3C
Octal 344 64 377 13 120 0 0 444 144 74
Binary 11100100 110100 11111111 1011 1010000 0 0 100100100 1100100 111100

Color Harmonies of #E434FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E434FF

Black with #E434FF

Text Example


Text Example

White with #E434FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E434FF; }

 p { color: rgb(228,52,255); }

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

background-color css

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

 a { background-color: rgb(228,52,255); }

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

border-color css

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

 span { border-color: rgb(228,52,255); }

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