Html Css Color HEX #E30DFA Psychedelic Purple

📋 copy color: '#E30DFA'

red 227 ◦ green 13 ◦ blue 250

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

Shades of Psychedelic Purple #E30DFA

Tints of Psychedelic Purple #E30DFA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.65%

 BLUE value IS 250 (98.05% from 255) = 51.02%

R = 46.33%
G = 2.65%
B = 51.02%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E30DFA (or 0xE30DFA) is known color: Psychedelic Purple. HEX triplet: E3, 0D and FA. RGB value is (227,13,250). Sum of RGB (Red+Green+Blue) = 227+13+250=490 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.33% from 490); Green value is 13 (5.47% from 255 or 2.65% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #E30DFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30DFA is #1CF205. Grayscale: #676767. Windows color (decimal): -1896966 or 16387555. OLE color: 16387555.

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

Color convert

RGB 227 13 250 -
CMYK 0.09 0.95 0 0.02
HSL 294.18º 0.96% 0.52% -
HSV(B) 294.18º 0.95% 0.98% -
XYZ 49.08 23.52 92.4 -
YUV 104 210.4 215.73 -
System Red Green Blue C M Y K H S L
Decimal 227 13 250 0.09 0.95 0 0.02 294.18 0.96 0.52
Hex E3 D FA 9 5F 0 2 126 60 34
Octal 343 15 372 11 137 0 2 446 140 64
Binary 11100011 1101 11111010 1001 1011111 0 10 100100110 1100000 110100

Color Harmonies of #E30DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30DFA

Black with #E30DFA

Text Example


Text Example

White with #E30DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30DFA; }

 p { color: rgb(227,13,250); }

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

background-color css

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

 a { background-color: rgb(227,13,250); }

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

border-color css

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

 span { border-color: rgb(227,13,250); }

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