Html Css Color HEX #E30DEE Psychedelic Purple

📋 copy color: '#E30DEE'

red 227 ◦ green 13 ◦ blue 238

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

Shades of Psychedelic Purple #E30DEE

Tints of Psychedelic Purple #E30DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.79%

R = 47.49%
G = 2.72%
B = 49.79%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E30DEE (or 0xE30DEE) is known color: Psychedelic Purple. HEX triplet: E3, 0D and EE. RGB value is (227,13,238). Sum of RGB (Red+Green+Blue) = 227+13+238=478 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.49% from 478); Green value is 13 (5.47% from 255 or 2.72% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #E30DEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30DEE is #1CF211. Grayscale: #656565. Windows color (decimal): -1896978 or 15601123. OLE color: 15601123.

HSL color Cylindrical-coordinate representation of color #E30DEE: hue angle of 297.07º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E30DEE is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 227 13 238 -
CMYK 0.05 0.95 0 0.07
HSL 297.07º 0.9% 0.49% -
HSV(B) 297.07º 0.95% 0.93% -
XYZ 47.26 22.79 82.8 -
YUV 102.64 204.4 216.7 -
System Red Green Blue C M Y K H S L
Decimal 227 13 238 0.05 0.95 0 0.07 297.07 0.9 0.49
Hex E3 D EE 5 5F 0 7 129 5A 31
Octal 343 15 356 5 137 0 7 451 132 61
Binary 11100011 1101 11101110 101 1011111 0 111 100101001 1011010 110001

Color Harmonies of #E30DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30DEE

Black with #E30DEE

Text Example


Text Example

White with #E30DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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