Html Css Color HEX #E30FE7 Psychedelic Purple

📋 copy color: '#E30FE7'

red 227 ◦ green 15 ◦ blue 231

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

Shades of Psychedelic Purple #E30FE7

Tints of Psychedelic Purple #E30FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 48.84%

R = 47.99%
G = 3.17%
B = 48.84%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E30FE7 (or 0xE30FE7) is known color: Psychedelic Purple. HEX triplet: E3, 0F and E7. RGB value is (227,15,231). Sum of RGB (Red+Green+Blue) = 227+15+231=473 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.99% from 473); Green value is 15 (6.25% from 255 or 3.17% from 473); Blue value is 231 (90.62% from 255 or 48.84% from 473); Max value from RGB is 231 - color contains mainly: blue. Hex color #E30FE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30FE7 is #1CF018. Grayscale: #666666. Windows color (decimal): -1896473 or 15142883. OLE color: 15142883.

HSL color Cylindrical-coordinate representation of color #E30FE7: hue angle of 298.89º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30FE7 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 227 15 231 -
CMYK 0.02 0.94 0 0.09
HSL 298.89º 0.88% 0.48% -
HSV(B) 298.89º 0.94% 0.91% -
XYZ 46.27 22.44 77.49 -
YUV 103.01 200.24 216.44 -
System Red Green Blue C M Y K H S L
Decimal 227 15 231 0.02 0.94 0 0.09 298.89 0.88 0.48
Hex E3 F E7 2 5E 0 9 12B 58 30
Octal 343 17 347 2 136 0 11 453 130 60
Binary 11100011 1111 11100111 10 1011110 0 1001 100101011 1011000 110000

Color Harmonies of #E30FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30FE7

Black with #E30FE7

Text Example


Text Example

White with #E30FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30FE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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