Html Css Color HEX #E30CFF Psychedelic Purple

📋 copy color: '#E30CFF'

red 227 ◦ green 12 ◦ blue 255

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

Shades of Psychedelic Purple #E30CFF

Tints of Psychedelic Purple #E30CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.62%

R = 45.95%
G = 2.43%
B = 51.62%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E30CFF (or 0xE30CFF) is known color: Psychedelic Purple. HEX triplet: E3, 0C and FF. RGB value is (227,12,255). Sum of RGB (Red+Green+Blue) = 227+12+255=494 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.95% from 494); Green value is 12 (5.08% from 255 or 2.43% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #E30CFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30CFF is #1CF300. Grayscale: #676767. Windows color (decimal): -1897217 or 16714979. OLE color: 16714979.

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

Color convert

RGB 227 12 255 -
CMYK 0.11 0.95 0 0
HSL 293.09º 1% 0.52% -
HSV(B) 293.09º 0.95% 1% -
XYZ 49.86 23.81 96.58 -
YUV 103.99 213.23 215.74 -
System Red Green Blue C M Y K H S L
Decimal 227 12 255 0.11 0.95 0 0 293.09 1 0.52
Hex E3 C FF B 5F 0 0 125 64 34
Octal 343 14 377 13 137 0 0 445 144 64
Binary 11100011 1100 11111111 1011 1011111 0 0 100100101 1100100 110100

Color Harmonies of #E30CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30CFF

Black with #E30CFF

Text Example


Text Example

White with #E30CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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