Html Css Color HEX #ED1FF6 Psychedelic Purple

📋 copy color: '#ED1FF6'

red 237 ◦ green 31 ◦ blue 246

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

Shades of Psychedelic Purple #ED1FF6

Tints of Psychedelic Purple #ED1FF6

RGB

 RED value IS 237 (92.97% from 255) = 46.11%

 GREEN value IS 31 (12.5% from 255) = 6.03%

 BLUE value IS 246 (96.48% from 255) = 47.86%

R = 46.11%
G = 6.03%
B = 47.86%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ED1FF6 (or 0xED1FF6) is known color: Psychedelic Purple. HEX triplet: ED, 1F and F6. RGB value is (237,31,246). Sum of RGB (Red+Green+Blue) = 237+31+246=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 31 (12.5% from 255 or 6.03% from 514); Blue value is 246 (96.48% from 255 or 47.86% from 514); Max value from RGB is 246 - color contains mainly: blue. Hex color #ED1FF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1FF6 is #12E009. Grayscale: #747474. Windows color (decimal): -1237002 or 16130029. OLE color: 16130029.

HSL color Cylindrical-coordinate representation of color #ED1FF6: hue angle of 297.49º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED1FF6 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 31 246 -
CMYK 0.04 0.87 0 0.04
HSL 297.49º 0.92% 0.54% -
HSV(B) 297.49º 0.87% 0.96% -
XYZ 52.05 25.64 89.39 -
YUV 117.1 200.75 213.52 -
System Red Green Blue C M Y K H S L
Decimal 237 31 246 0.04 0.87 0 0.04 297.49 0.92 0.54
Hex ED 1F F6 4 57 0 4 129 5C 36
Octal 355 37 366 4 127 0 4 451 134 66
Binary 11101101 11111 11110110 100 1010111 0 100 100101001 1011100 110110

Color Harmonies of #ED1FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1FF6

Black with #ED1FF6

Text Example


Text Example

White with #ED1FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1FF6; }

 p { color: rgb(237,31,246); }

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

background-color css

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

 a { background-color: rgb(237,31,246); }

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

border-color css

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

 span { border-color: rgb(237,31,246); }

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