Html Css Color HEX #E60CFC Psychedelic Purple

📋 copy color: '#E60CFC'

red 230 ◦ green 12 ◦ blue 252

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

Shades of Psychedelic Purple #E60CFC

Tints of Psychedelic Purple #E60CFC

RGB

 RED value IS 230 (90.23% from 255) = 46.56%

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

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

R = 46.56%
G = 2.43%
B = 51.01%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E60CFC (or 0xE60CFC) is known color: Psychedelic Purple. HEX triplet: E6, 0C and FC. RGB value is (230,12,252). Sum of RGB (Red+Green+Blue) = 230+12+252=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 12 (5.08% from 255 or 2.43% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #E60CFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60CFC is #19F303. Grayscale: #676767. Windows color (decimal): -1700612 or 16518374. OLE color: 16518374.

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

Color convert

RGB 230 12 252 -
CMYK 0.09 0.95 0 0.01
HSL 294.5º 0.98% 0.52% -
HSV(B) 294.5º 0.95% 0.99% -
XYZ 50.34 24.11 94.1 -
YUV 104.54 211.22 217.49 -
System Red Green Blue C M Y K H S L
Decimal 230 12 252 0.09 0.95 0 0.01 294.5 0.98 0.52
Hex E6 C FC 9 5F 0 1 126 62 34
Octal 346 14 374 11 137 0 1 446 142 64
Binary 11100110 1100 11111100 1001 1011111 0 1 100100110 1100010 110100

Color Harmonies of #E60CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60CFC

Black with #E60CFC

Text Example


Text Example

White with #E60CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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