Html Css Color HEX #E42CFF Psychedelic Purple

📋 copy color: '#E42CFF'

red 228 ◦ green 44 ◦ blue 255

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

Shades of Psychedelic Purple #E42CFF

Tints of Psychedelic Purple #E42CFF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.35%

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

R = 43.26%
G = 8.35%
B = 48.39%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E42CFF (or 0xE42CFF) is known color: Psychedelic Purple. HEX triplet: E4, 2C and FF. RGB value is (228,44,255). Sum of RGB (Red+Green+Blue) = 228+44+255=527 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.26% from 527); Green value is 44 (17.58% from 255 or 8.35% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #E42CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42CFF is #1BD300. Grayscale: #7A7A7A. Windows color (decimal): -1823489 or 16723172. OLE color: 16723172.

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

Color convert

RGB 228 44 255 -
CMYK 0.11 0.83 0 0
HSL 292.32º 1% 0.59% -
HSV(B) 292.32º 0.83% 1% -
XYZ 50.95 25.52 96.85 -
YUV 123.07 202.46 202.84 -
System Red Green Blue C M Y K H S L
Decimal 228 44 255 0.11 0.83 0 0 292.32 1 0.59
Hex E4 2C FF B 53 0 0 124 64 3B
Octal 344 54 377 13 123 0 0 444 144 73
Binary 11100100 101100 11111111 1011 1010011 0 0 100100100 1100100 111011

Color Harmonies of #E42CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42CFF

Black with #E42CFF

Text Example


Text Example

White with #E42CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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