Html Css Color HEX #E30CFB Psychedelic Purple

📋 copy color: '#E30CFB'

red 227 ◦ green 12 ◦ blue 251

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

Shades of Psychedelic Purple #E30CFB

Tints of Psychedelic Purple #E30CFB

RGB

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

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

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

R = 46.33%
G = 2.45%
B = 51.22%

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

#E30CFB (or 0xE30CFB) is known color: Psychedelic Purple. HEX triplet: E3, 0C and FB. RGB value is (227,12,251). Sum of RGB (Red+Green+Blue) = 227+12+251=490 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.33% from 490); Green value is 12 (5.08% from 255 or 2.45% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #E30CFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30CFB is #1CF304. Grayscale: #666666. Windows color (decimal): -1897221 or 16452835. OLE color: 16452835.

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

Color convert

RGB 227 12 251 -
CMYK 0.10 0.95 0 0.02
HSL 293.97º 0.97% 0.52% -
HSV(B) 293.97º 0.95% 0.98% -
XYZ 49.22 23.56 93.22 -
YUV 103.53 211.23 216.07 -
System Red Green Blue C M Y K H S L
Decimal 227 12 251 0.10 0.95 0 0.02 293.97 0.97 0.52
Hex E3 C FB A 5F 0 2 126 61 34
Octal 343 14 373 12 137 0 2 446 141 64
Binary 11100011 1100 11111011 1010 1011111 0 10 100100110 1100001 110100

Color Harmonies of #E30CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30CFB

Black with #E30CFB

Text Example


Text Example

White with #E30CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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