Html Css Color HEX #E60FFD Psychedelic Purple

📋 copy color: '#E60FFD'

red 230 ◦ green 15 ◦ blue 253

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

Shades of Psychedelic Purple #E60FFD

Tints of Psychedelic Purple #E60FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.01%

 BLUE value IS 253 (99.22% from 255) = 50.8%

R = 46.18%
G = 3.01%
B = 50.8%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E60FFD (or 0xE60FFD) is known color: Psychedelic Purple. HEX triplet: E6, 0F and FD. RGB value is (230,15,253). Sum of RGB (Red+Green+Blue) = 230+15+253=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 15 (6.25% from 255 or 3.01% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #E60FFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60FFD is #19F002. Grayscale: #696969. Windows color (decimal): -1699843 or 16584678. OLE color: 16584678.

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

Color convert

RGB 230 15 253 -
CMYK 0.09 0.94 0 0.01
HSL 294.2º 0.98% 0.53% -
HSV(B) 294.2º 0.94% 0.99% -
XYZ 50.53 24.26 94.95 -
YUV 106.42 210.73 216.15 -
System Red Green Blue C M Y K H S L
Decimal 230 15 253 0.09 0.94 0 0.01 294.2 0.98 0.53
Hex E6 F FD 9 5E 0 1 126 62 35
Octal 346 17 375 11 136 0 1 446 142 65
Binary 11100110 1111 11111101 1001 1011110 0 1 100100110 1100010 110101

Color Harmonies of #E60FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60FFD

Black with #E60FFD

Text Example


Text Example

White with #E60FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60FFD; }

 p { color: rgb(230,15,253); }

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

background-color css

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

 a { background-color: rgb(230,15,253); }

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

border-color css

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

 span { border-color: rgb(230,15,253); }

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