Html Css Color HEX #E60CFF Psychedelic Purple

📋 copy color: '#E60CFF'

red 230 ◦ green 12 ◦ blue 255

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

Shades of Psychedelic Purple #E60CFF

Tints of Psychedelic Purple #E60CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.31%

R = 46.28%
G = 2.41%
B = 51.31%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E60CFF (or 0xE60CFF) is known color: Psychedelic Purple. HEX triplet: E6, 0C and FF. RGB value is (230,12,255). Sum of RGB (Red+Green+Blue) = 230+12+255=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 12 (5.08% from 255 or 2.41% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #E60CFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60CFF is #19F300. Grayscale: #686868. Windows color (decimal): -1700609 or 16714982. OLE color: 16714982.

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

Color convert

RGB 230 12 255 -
CMYK 0.10 0.95 0 0
HSL 293.83º 1% 0.52% -
HSV(B) 293.83º 0.95% 1% -
XYZ 50.81 24.31 96.62 -
YUV 104.88 212.72 217.24 -
System Red Green Blue C M Y K H S L
Decimal 230 12 255 0.10 0.95 0 0 293.83 1 0.52
Hex E6 C FF A 5F 0 0 126 64 34
Octal 346 14 377 12 137 0 0 446 144 64
Binary 11100110 1100 11111111 1010 1011111 0 0 100100110 1100100 110100

Color Harmonies of #E60CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60CFF

Black with #E60CFF

Text Example


Text Example

White with #E60CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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