Html Css Color HEX #E42FFC Psychedelic Purple

📋 copy color: '#E42FFC'

red 228 ◦ green 47 ◦ blue 252

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

Shades of Psychedelic Purple #E42FFC

Tints of Psychedelic Purple #E42FFC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 8.92%

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

R = 43.26%
G = 8.92%
B = 47.82%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E42FFC (or 0xE42FFC) is known color: Psychedelic Purple. HEX triplet: E4, 2F and FC. RGB value is (228,47,252). Sum of RGB (Red+Green+Blue) = 228+47+252=527 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.26% from 527); Green value is 47 (18.75% from 255 or 8.92% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #E42FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42FFC is #1BD003. Grayscale: #7B7B7B. Windows color (decimal): -1822724 or 16527332. OLE color: 16527332.

HSL color Cylindrical-coordinate representation of color #E42FFC: hue angle of 292.98º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E42FFC is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 228 47 252 -
CMYK 0.10 0.81 0 0.01
HSL 292.98º 0.97% 0.59% -
HSV(B) 292.98º 0.81% 0.99% -
XYZ 50.58 25.56 94.36 -
YUV 124.49 199.97 201.83 -
System Red Green Blue C M Y K H S L
Decimal 228 47 252 0.10 0.81 0 0.01 292.98 0.97 0.59
Hex E4 2F FC A 51 0 1 125 61 3B
Octal 344 57 374 12 121 0 1 445 141 73
Binary 11100100 101111 11111100 1010 1010001 0 1 100100101 1100001 111011

Color Harmonies of #E42FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42FFC

Black with #E42FFC

Text Example


Text Example

White with #E42FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42FFC; }

 p { color: rgb(228,47,252); }

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

background-color css

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

 a { background-color: rgb(228,47,252); }

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

border-color css

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

 span { border-color: rgb(228,47,252); }

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