Html Css Color HEX #E030FB Psychedelic Purple

📋 copy color: '#E030FB'

red 224 ◦ green 48 ◦ blue 251

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

Shades of Psychedelic Purple #E030FB

Tints of Psychedelic Purple #E030FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.99%

R = 42.83%
G = 9.18%
B = 47.99%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E030FB (or 0xE030FB) is known color: Psychedelic Purple. HEX triplet: E0, 30 and FB. RGB value is (224,48,251). Sum of RGB (Red+Green+Blue) = 224+48+251=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 48 (19.14% from 255 or 9.18% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #E030FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E030FB is #1FCF04. Grayscale: #7B7B7B. Windows color (decimal): -2084613 or 16462048. OLE color: 16462048.

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

Color convert

RGB 224 48 251 -
CMYK 0.11 0.81 0 0.02
HSL 292.02º 0.96% 0.59% -
HSV(B) 292.02º 0.81% 0.98% -
XYZ 49.21 24.93 93.48 -
YUV 123.77 199.81 199.49 -
System Red Green Blue C M Y K H S L
Decimal 224 48 251 0.11 0.81 0 0.02 292.02 0.96 0.59
Hex E0 30 FB B 51 0 2 124 60 3B
Octal 340 60 373 13 121 0 2 444 140 73
Binary 11100000 110000 11111011 1011 1010001 0 10 100100100 1100000 111011

Color Harmonies of #E030FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E030FB

Black with #E030FB

Text Example


Text Example

White with #E030FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E030FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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