Html Css Color HEX #E60DED Psychedelic Purple

📋 copy color: '#E60DED'

red 230 ◦ green 13 ◦ blue 237

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

Shades of Psychedelic Purple #E60DED

Tints of Psychedelic Purple #E60DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.38%

R = 47.92%
G = 2.71%
B = 49.38%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E60DED (or 0xE60DED) is known color: Psychedelic Purple. HEX triplet: E6, 0D and ED. RGB value is (230,13,237). Sum of RGB (Red+Green+Blue) = 230+13+237=480 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.92% from 480); Green value is 13 (5.47% from 255 or 2.71% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #E60DED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E60DED is #19F212. Grayscale: #666666. Windows color (decimal): -1700371 or 15535590. OLE color: 15535590.

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

Color convert

RGB 230 13 237 -
CMYK 0.03 0.95 0 0.07
HSL 298.13º 0.9% 0.49% -
HSV(B) 298.13º 0.95% 0.93% -
XYZ 48.06 23.23 82.07 -
YUV 103.42 203.39 218.29 -
System Red Green Blue C M Y K H S L
Decimal 230 13 237 0.03 0.95 0 0.07 298.13 0.9 0.49
Hex E6 D ED 3 5F 0 7 12A 5A 31
Octal 346 15 355 3 137 0 7 452 132 61
Binary 11100110 1101 11101101 11 1011111 0 111 100101010 1011010 110001

Color Harmonies of #E60DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60DED

Black with #E60DED

Text Example


Text Example

White with #E60DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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