Html Css Color HEX #E30FEA Psychedelic Purple

📋 copy color: '#E30FEA'

red 227 ◦ green 15 ◦ blue 234

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

Shades of Psychedelic Purple #E30FEA

Tints of Psychedelic Purple #E30FEA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.15%

 BLUE value IS 234 (91.8% from 255) = 49.16%

R = 47.69%
G = 3.15%
B = 49.16%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E30FEA (or 0xE30FEA) is known color: Psychedelic Purple. HEX triplet: E3, 0F and EA. RGB value is (227,15,234). Sum of RGB (Red+Green+Blue) = 227+15+234=476 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.69% from 476); Green value is 15 (6.25% from 255 or 3.15% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #E30FEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30FEA is #1CF015. Grayscale: #666666. Windows color (decimal): -1896470 or 15339491. OLE color: 15339491.

HSL color Cylindrical-coordinate representation of color #E30FEA: hue angle of 298.08º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30FEA is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 227 15 234 -
CMYK 0.03 0.94 0 0.08
HSL 298.08º 0.88% 0.49% -
HSV(B) 298.08º 0.94% 0.92% -
XYZ 46.7 22.61 79.75 -
YUV 103.35 201.74 216.19 -
System Red Green Blue C M Y K H S L
Decimal 227 15 234 0.03 0.94 0 0.08 298.08 0.88 0.49
Hex E3 F EA 3 5E 0 8 12A 58 31
Octal 343 17 352 3 136 0 10 452 130 61
Binary 11100011 1111 11101010 11 1011110 0 1000 100101010 1011000 110001

Color Harmonies of #E30FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30FEA

Black with #E30FEA

Text Example


Text Example

White with #E30FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30FEA; }

 p { color: rgb(227,15,234); }

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

background-color css

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

 a { background-color: rgb(227,15,234); }

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

border-color css

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

 span { border-color: rgb(227,15,234); }

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