Html Css Color HEX #E30CF2 Psychedelic Purple

📋 copy color: '#E30CF2'

red 227 ◦ green 12 ◦ blue 242

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

Shades of Psychedelic Purple #E30CF2

Tints of Psychedelic Purple #E30CF2

RGB

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

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

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

R = 47.19%
G = 2.49%
B = 50.31%

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

#E30CF2 (or 0xE30CF2) is known color: Psychedelic Purple. HEX triplet: E3, 0C and F2. RGB value is (227,12,242). Sum of RGB (Red+Green+Blue) = 227+12+242=481 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.19% from 481); Green value is 12 (5.08% from 255 or 2.49% from 481); Blue value is 242 (94.92% from 255 or 50.31% from 481); Max value from RGB is 242 - color contains mainly: blue. Hex color #E30CF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30CF2 is #1CF30D. Grayscale: #656565. Windows color (decimal): -1897230 or 15863011. OLE color: 15863011.

HSL color Cylindrical-coordinate representation of color #E30CF2: hue angle of 296.09º degrees, saturation: 0.91, 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 #E30CF2 is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 227 12 242 -
CMYK 0.06 0.95 0 0.05
HSL 296.09º 0.91% 0.5% -
HSV(B) 296.09º 0.95% 0.95% -
XYZ 47.84 23 85.92 -
YUV 102.51 206.73 216.8 -
System Red Green Blue C M Y K H S L
Decimal 227 12 242 0.06 0.95 0 0.05 296.09 0.91 0.5
Hex E3 C F2 6 5F 0 5 128 5B 32
Octal 343 14 362 6 137 0 5 450 133 62
Binary 11100011 1100 11110010 110 1011111 0 101 100101000 1011011 110010

Color Harmonies of #E30CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30CF2

Black with #E30CF2

Text Example


Text Example

White with #E30CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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