Html Css Color HEX #E60DF2 Psychedelic Purple

📋 copy color: '#E60DF2'

red 230 ◦ green 13 ◦ blue 242

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

Shades of Psychedelic Purple #E60DF2

Tints of Psychedelic Purple #E60DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.9%

R = 47.42%
G = 2.68%
B = 49.9%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E60DF2 (or 0xE60DF2) is known color: Psychedelic Purple. HEX triplet: E6, 0D and F2. RGB value is (230,13,242). Sum of RGB (Red+Green+Blue) = 230+13+242=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 13 (5.47% from 255 or 2.68% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #E60DF2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60DF2 is #19F20D. Grayscale: #676767. Windows color (decimal): -1700366 or 15863270. OLE color: 15863270.

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

Color convert

RGB 230 13 242 -
CMYK 0.05 0.95 0 0.05
HSL 296.86º 0.9% 0.5% -
HSV(B) 296.86º 0.95% 0.95% -
XYZ 48.8 23.52 85.97 -
YUV 103.99 205.89 217.88 -
System Red Green Blue C M Y K H S L
Decimal 230 13 242 0.05 0.95 0 0.05 296.86 0.9 0.5
Hex E6 D F2 5 5F 0 5 129 5A 32
Octal 346 15 362 5 137 0 5 451 132 62
Binary 11100110 1101 11110010 101 1011111 0 101 100101001 1011010 110010

Color Harmonies of #E60DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60DF2

Black with #E60DF2

Text Example


Text Example

White with #E60DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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