Html Css Color HEX #E60DFB Psychedelic Purple

📋 copy color: '#E60DFB'

red 230 ◦ green 13 ◦ blue 251

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

Shades of Psychedelic Purple #E60DFB

Tints of Psychedelic Purple #E60DFB

RGB

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

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

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

R = 46.56%
G = 2.63%
B = 50.81%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E60DFB (or 0xE60DFB) is known color: Psychedelic Purple. HEX triplet: E6, 0D and FB. RGB value is (230,13,251). Sum of RGB (Red+Green+Blue) = 230+13+251=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 13 (5.47% from 255 or 2.63% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #E60DFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60DFB is #19F204. Grayscale: #686868. Windows color (decimal): -1700357 or 16453094. OLE color: 16453094.

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

Color convert

RGB 230 13 251 -
CMYK 0.08 0.95 0 0.02
HSL 294.71º 0.97% 0.52% -
HSV(B) 294.71º 0.95% 0.98% -
XYZ 50.19 24.08 93.27 -
YUV 105.02 210.39 217.15 -
System Red Green Blue C M Y K H S L
Decimal 230 13 251 0.08 0.95 0 0.02 294.71 0.97 0.52
Hex E6 D FB 8 5F 0 2 127 61 34
Octal 346 15 373 10 137 0 2 447 141 64
Binary 11100110 1101 11111011 1000 1011111 0 10 100100111 1100001 110100

Color Harmonies of #E60DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60DFB

Black with #E60DFB

Text Example


Text Example

White with #E60DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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