Html Css Color HEX #E30CFC Psychedelic Purple

📋 copy color: '#E30CFC'

red 227 ◦ green 12 ◦ blue 252

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

Shades of Psychedelic Purple #E30CFC

Tints of Psychedelic Purple #E30CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.32%

R = 46.23%
G = 2.44%
B = 51.32%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E30CFC (or 0xE30CFC) is known color: Psychedelic Purple. HEX triplet: E3, 0C and FC. RGB value is (227,12,252). Sum of RGB (Red+Green+Blue) = 227+12+252=491 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.23% from 491); Green value is 12 (5.08% from 255 or 2.44% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #E30CFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E30CFC is #1CF303. Grayscale: #666666. Windows color (decimal): -1897220 or 16518371. OLE color: 16518371.

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

Color convert

RGB 227 12 252 -
CMYK 0.10 0.95 0 0.01
HSL 293.75º 0.98% 0.52% -
HSV(B) 293.75º 0.95% 0.99% -
XYZ 49.38 23.62 94.05 -
YUV 103.65 211.73 215.99 -
System Red Green Blue C M Y K H S L
Decimal 227 12 252 0.10 0.95 0 0.01 293.75 0.98 0.52
Hex E3 C FC A 5F 0 1 126 62 34
Octal 343 14 374 12 137 0 1 446 142 64
Binary 11100011 1100 11111100 1010 1011111 0 1 100100110 1100010 110100

Color Harmonies of #E30CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30CFC

Black with #E30CFC

Text Example


Text Example

White with #E30CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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