Html Css Color HEX #E60FFB Psychedelic Purple

📋 copy color: '#E60FFB'

red 230 ◦ green 15 ◦ blue 251

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

Shades of Psychedelic Purple #E60FFB

Tints of Psychedelic Purple #E60FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.6%

R = 46.37%
G = 3.02%
B = 50.6%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E60FFB (or 0xE60FFB) is known color: Psychedelic Purple. HEX triplet: E6, 0F and FB. RGB value is (230,15,251). Sum of RGB (Red+Green+Blue) = 230+15+251=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 15 (6.25% from 255 or 3.02% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #E60FFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60FFB is #19F004. Grayscale: #696969. Windows color (decimal): -1699845 or 16453606. OLE color: 16453606.

HSL color Cylindrical-coordinate representation of color #E60FFB: hue angle of 294.66º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60FFB is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 15 251 -
CMYK 0.08 0.94 0 0.02
HSL 294.66º 0.97% 0.52% -
HSV(B) 294.66º 0.94% 0.98% -
XYZ 50.22 24.13 93.28 -
YUV 106.19 209.73 216.31 -
System Red Green Blue C M Y K H S L
Decimal 230 15 251 0.08 0.94 0 0.02 294.66 0.97 0.52
Hex E6 F FB 8 5E 0 2 127 61 34
Octal 346 17 373 10 136 0 2 447 141 64
Binary 11100110 1111 11111011 1000 1011110 0 10 100100111 1100001 110100

Color Harmonies of #E60FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60FFB

Black with #E60FFB

Text Example


Text Example

White with #E60FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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