Html Css Color HEX #E60DFC Psychedelic Purple

📋 copy color: '#E60DFC'

red 230 ◦ green 13 ◦ blue 252

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

Shades of Psychedelic Purple #E60DFC

Tints of Psychedelic Purple #E60DFC

RGB

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

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

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

R = 46.46%
G = 2.63%
B = 50.91%

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

#E60DFC (or 0xE60DFC) is known color: Psychedelic Purple. HEX triplet: E6, 0D and FC. RGB value is (230,13,252). Sum of RGB (Red+Green+Blue) = 230+13+252=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 13 (5.47% from 255 or 2.63% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #E60DFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60DFC is #19F203. Grayscale: #686868. Windows color (decimal): -1700356 or 16518630. OLE color: 16518630.

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

Color convert

RGB 230 13 252 -
CMYK 0.09 0.95 0 0.01
HSL 294.48º 0.98% 0.52% -
HSV(B) 294.48º 0.95% 0.99% -
XYZ 50.35 24.14 94.1 -
YUV 105.13 210.89 217.07 -
System Red Green Blue C M Y K H S L
Decimal 230 13 252 0.09 0.95 0 0.01 294.48 0.98 0.52
Hex E6 D FC 9 5F 0 1 126 62 34
Octal 346 15 374 11 137 0 1 446 142 64
Binary 11100110 1101 11111100 1001 1011111 0 1 100100110 1100010 110100

Color Harmonies of #E60DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60DFC

Black with #E60DFC

Text Example


Text Example

White with #E60DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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