Html Css Color HEX #E60EFB Psychedelic Purple

📋 copy color: '#E60EFB'

red 230 ◦ green 14 ◦ blue 251

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

Shades of Psychedelic Purple #E60EFB

Tints of Psychedelic Purple #E60EFB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.83%

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

R = 46.46%
G = 2.83%
B = 50.71%

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

#E60EFB (or 0xE60EFB) is known color: Psychedelic Purple. HEX triplet: E6, 0E and FB. RGB value is (230,14,251). Sum of RGB (Red+Green+Blue) = 230+14+251=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 14 (5.86% from 255 or 2.83% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #E60EFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60EFB is #19F104. Grayscale: #686868. Windows color (decimal): -1700101 or 16453350. OLE color: 16453350.

HSL color Cylindrical-coordinate representation of color #E60EFB: hue angle of 294.68º 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 #E60EFB is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 14 251 -
CMYK 0.08 0.94 0 0.02
HSL 294.68º 0.97% 0.52% -
HSV(B) 294.68º 0.94% 0.98% -
XYZ 50.2 24.1 93.27 -
YUV 105.6 210.06 216.73 -
System Red Green Blue C M Y K H S L
Decimal 230 14 251 0.08 0.94 0 0.02 294.68 0.97 0.52
Hex E6 E FB 8 5E 0 2 127 61 34
Octal 346 16 373 10 136 0 2 447 141 64
Binary 11100110 1110 11111011 1000 1011110 0 10 100100111 1100001 110100

Color Harmonies of #E60EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60EFB

Black with #E60EFB

Text Example


Text Example

White with #E60EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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