Html Css Color HEX #E030FF Psychedelic Purple

📋 copy color: '#E030FF'

red 224 ◦ green 48 ◦ blue 255

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

Shades of Psychedelic Purple #E030FF

Tints of Psychedelic Purple #E030FF

RGB

 RED value IS 224 (87.89% from 255) = 42.5%

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

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

R = 42.5%
G = 9.11%
B = 48.39%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E030FF (or 0xE030FF) is known color: Psychedelic Purple. HEX triplet: E0, 30 and FF. RGB value is (224,48,255). Sum of RGB (Red+Green+Blue) = 224+48+255=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 48 (19.14% from 255 or 9.11% 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 #E030FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E030FF is #1FCF00. Grayscale: #7B7B7B. Windows color (decimal): -2084609 or 16724192. OLE color: 16724192.

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

Color convert

RGB 224 48 255 -
CMYK 0.12 0.81 0 0
HSL 291.01º 1% 0.59% -
HSV(B) 291.01º 0.81% 1% -
XYZ 49.85 25.18 96.84 -
YUV 124.22 201.81 199.17 -
System Red Green Blue C M Y K H S L
Decimal 224 48 255 0.12 0.81 0 0 291.01 1 0.59
Hex E0 30 FF C 51 0 0 123 64 3B
Octal 340 60 377 14 121 0 0 443 144 73
Binary 11100000 110000 11111111 1100 1010001 0 0 100100011 1100100 111011

Color Harmonies of #E030FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E030FF

Black with #E030FF

Text Example


Text Example

White with #E030FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E030FF; }

 p { color: rgb(224,48,255); }

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

background-color css

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

 a { background-color: rgb(224,48,255); }

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

border-color css

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

 span { border-color: rgb(224,48,255); }

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