Html Css Color HEX #E30EF2 Psychedelic Purple

📋 copy color: '#E30EF2'

red 227 ◦ green 14 ◦ blue 242

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

Shades of Psychedelic Purple #E30EF2

Tints of Psychedelic Purple #E30EF2

RGB

 RED value IS 227 (89.06% from 255) = 47%

 GREEN value IS 14 (5.86% from 255) = 2.9%

 BLUE value IS 242 (94.92% from 255) = 50.1%

R = 47%
G = 2.9%
B = 50.1%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E30EF2 (or 0xE30EF2) is known color: Psychedelic Purple. HEX triplet: E3, 0E and F2. RGB value is (227,14,242). Sum of RGB (Red+Green+Blue) = 227+14+242=483 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.00% from 483); Green value is 14 (5.86% from 255 or 2.90% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #E30EF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30EF2 is #1CF10D. Grayscale: #666666. Windows color (decimal): -1896718 or 15863523. OLE color: 15863523.

HSL color Cylindrical-coordinate representation of color #E30EF2: hue angle of 296.05º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30EF2 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 227 14 242 -
CMYK 0.06 0.94 0 0.05
HSL 296.05º 0.9% 0.5% -
HSV(B) 296.05º 0.94% 0.95% -
XYZ 47.86 23.06 85.93 -
YUV 103.68 206.07 215.96 -
System Red Green Blue C M Y K H S L
Decimal 227 14 242 0.06 0.94 0 0.05 296.05 0.9 0.5
Hex E3 E F2 6 5E 0 5 128 5A 32
Octal 343 16 362 6 136 0 5 450 132 62
Binary 11100011 1110 11110010 110 1011110 0 101 100101000 1011010 110010

Color Harmonies of #E30EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30EF2

Black with #E30EF2

Text Example


Text Example

White with #E30EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30EF2; }

 p { color: rgb(227,14,242); }

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

background-color css

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

 a { background-color: rgb(227,14,242); }

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

border-color css

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

 span { border-color: rgb(227,14,242); }

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