Html Css Color HEX #E430FC Psychedelic Purple

📋 copy color: '#E430FC'

red 228 ◦ green 48 ◦ blue 252

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

Shades of Psychedelic Purple #E430FC

Tints of Psychedelic Purple #E430FC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.09%

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

R = 43.18%
G = 9.09%
B = 47.73%

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

#E430FC (or 0xE430FC) is known color: Psychedelic Purple. HEX triplet: E4, 30 and FC. RGB value is (228,48,252). Sum of RGB (Red+Green+Blue) = 228+48+252=528 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.18% from 528); Green value is 48 (19.14% from 255 or 9.09% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #E430FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E430FC is #1BCF03. Grayscale: #7C7C7C. Windows color (decimal): -1822468 or 16527588. OLE color: 16527588.

HSL color Cylindrical-coordinate representation of color #E430FC: hue angle of 292.94º 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 #E430FC is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 228 48 252 -
CMYK 0.10 0.81 0 0.01
HSL 292.94º 0.97% 0.59% -
HSV(B) 292.94º 0.81% 0.99% -
XYZ 50.62 25.64 94.38 -
YUV 125.08 199.63 201.41 -
System Red Green Blue C M Y K H S L
Decimal 228 48 252 0.10 0.81 0 0.01 292.94 0.97 0.59
Hex E4 30 FC A 51 0 1 125 61 3B
Octal 344 60 374 12 121 0 1 445 141 73
Binary 11100100 110000 11111100 1010 1010001 0 1 100100101 1100001 111011

Color Harmonies of #E430FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E430FC

Black with #E430FC

Text Example


Text Example

White with #E430FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E430FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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