Html Css Color HEX #E30CFE Psychedelic Purple

📋 copy color: '#E30CFE'

red 227 ◦ green 12 ◦ blue 254

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

Shades of Psychedelic Purple #E30CFE

Tints of Psychedelic Purple #E30CFE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.43%

 BLUE value IS 254 (99.61% from 255) = 51.52%

R = 46.04%
G = 2.43%
B = 51.52%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E30CFE (or 0xE30CFE) is known color: Psychedelic Purple. HEX triplet: E3, 0C and FE. RGB value is (227,12,254). Sum of RGB (Red+Green+Blue) = 227+12+254=493 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.04% from 493); Green value is 12 (5.08% from 255 or 2.43% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #E30CFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30CFE is #1CF301. Grayscale: #676767. Windows color (decimal): -1897218 or 16649443. OLE color: 16649443.

HSL color Cylindrical-coordinate representation of color #E30CFE: hue angle of 293.31º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E30CFE is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 227 12 254 -
CMYK 0.11 0.95 0 0.00
HSL 293.31º 0.99% 0.52% -
HSV(B) 293.31º 0.95% 1% -
XYZ 49.7 23.75 95.73 -
YUV 103.87 212.73 215.82 -
System Red Green Blue C M Y K H S L
Decimal 227 12 254 0.11 0.95 0 0.00 293.31 0.99 0.52
Hex E3 C FE B 5F 0 0 125 63 34
Octal 343 14 376 13 137 0 0 445 143 64
Binary 11100011 1100 11111110 1011 1011111 0 0 100100101 1100011 110100

Color Harmonies of #E30CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30CFE

Black with #E30CFE

Text Example


Text Example

White with #E30CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30CFE; }

 p { color: rgb(227,12,254); }

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

background-color css

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

 a { background-color: rgb(227,12,254); }

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

border-color css

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

 span { border-color: rgb(227,12,254); }

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