Html Css Color HEX #E30DFB Psychedelic Purple

📋 copy color: '#E30DFB'

red 227 ◦ green 13 ◦ blue 251

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

Shades of Psychedelic Purple #E30DFB

Tints of Psychedelic Purple #E30DFB

RGB

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

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

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

R = 46.23%
G = 2.65%
B = 51.12%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E30DFB (or 0xE30DFB) is known color: Psychedelic Purple. HEX triplet: E3, 0D and FB. RGB value is (227,13,251). Sum of RGB (Red+Green+Blue) = 227+13+251=491 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.23% from 491); Green value is 13 (5.47% from 255 or 2.65% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #E30DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30DFB is #1CF204. Grayscale: #676767. Windows color (decimal): -1896965 or 16453091. OLE color: 16453091.

HSL color Cylindrical-coordinate representation of color #E30DFB: hue angle of 293.95º degrees, saturation: 0.97, 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 #E30DFB is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 227 13 251 -
CMYK 0.10 0.95 0 0.02
HSL 293.95º 0.97% 0.52% -
HSV(B) 293.95º 0.95% 0.98% -
XYZ 49.24 23.58 93.22 -
YUV 104.12 210.9 215.65 -
System Red Green Blue C M Y K H S L
Decimal 227 13 251 0.10 0.95 0 0.02 293.95 0.97 0.52
Hex E3 D FB A 5F 0 2 126 61 34
Octal 343 15 373 12 137 0 2 446 141 64
Binary 11100011 1101 11111011 1010 1011111 0 10 100100110 1100001 110100

Color Harmonies of #E30DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30DFB

Black with #E30DFB

Text Example


Text Example

White with #E30DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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