Html Css Color HEX #E30DF2 Psychedelic Purple

📋 copy color: '#E30DF2'

red 227 ◦ green 13 ◦ blue 242

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

Shades of Psychedelic Purple #E30DF2

Tints of Psychedelic Purple #E30DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.21%

R = 47.1%
G = 2.7%
B = 50.21%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E30DF2 (or 0xE30DF2) is known color: Psychedelic Purple. HEX triplet: E3, 0D and F2. RGB value is (227,13,242). Sum of RGB (Red+Green+Blue) = 227+13+242=482 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.10% from 482); Green value is 13 (5.47% from 255 or 2.70% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #E30DF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30DF2 is #1CF20D. Grayscale: #666666. Windows color (decimal): -1896974 or 15863267. OLE color: 15863267.

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

Color convert

RGB 227 13 242 -
CMYK 0.06 0.95 0 0.05
HSL 296.07º 0.9% 0.5% -
HSV(B) 296.07º 0.95% 0.95% -
XYZ 47.85 23.03 85.93 -
YUV 103.09 206.4 216.38 -
System Red Green Blue C M Y K H S L
Decimal 227 13 242 0.06 0.95 0 0.05 296.07 0.9 0.5
Hex E3 D F2 6 5F 0 5 128 5A 32
Octal 343 15 362 6 137 0 5 450 132 62
Binary 11100011 1101 11110010 110 1011111 0 101 100101000 1011010 110010

Color Harmonies of #E30DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30DF2

Black with #E30DF2

Text Example


Text Example

White with #E30DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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