Html Css Color HEX #E30FFB Psychedelic Purple

📋 copy color: '#E30FFB'

red 227 ◦ green 15 ◦ blue 251

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

Shades of Psychedelic Purple #E30FFB

Tints of Psychedelic Purple #E30FFB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.04%

 BLUE value IS 251 (98.44% from 255) = 50.91%

R = 46.04%
G = 3.04%
B = 50.91%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E30FFB (or 0xE30FFB) is known color: Psychedelic Purple. HEX triplet: E3, 0F and FB. RGB value is (227,15,251). Sum of RGB (Red+Green+Blue) = 227+15+251=493 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.04% from 493); Green value is 15 (6.25% from 255 or 3.04% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #E30FFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30FFB is #1CF004. Grayscale: #686868. Windows color (decimal): -1896453 or 16453603. OLE color: 16453603.

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

Color convert

RGB 227 15 251 -
CMYK 0.10 0.94 0 0.02
HSL 293.9º 0.97% 0.52% -
HSV(B) 293.9º 0.94% 0.98% -
XYZ 49.26 23.64 93.23 -
YUV 105.29 210.24 214.81 -
System Red Green Blue C M Y K H S L
Decimal 227 15 251 0.10 0.94 0 0.02 293.9 0.97 0.52
Hex E3 F FB A 5E 0 2 126 61 34
Octal 343 17 373 12 136 0 2 446 141 64
Binary 11100011 1111 11111011 1010 1011110 0 10 100100110 1100001 110100

Color Harmonies of #E30FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30FFB

Black with #E30FFB

Text Example


Text Example

White with #E30FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30FFB; }

 p { color: rgb(227,15,251); }

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

background-color css

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

 a { background-color: rgb(227,15,251); }

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

border-color css

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

 span { border-color: rgb(227,15,251); }

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