Html Css Color HEX #ED0FF6 Psychedelic Purple

📋 copy color: '#ED0FF6'

red 237 ◦ green 15 ◦ blue 246

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

Shades of Psychedelic Purple #ED0FF6

Tints of Psychedelic Purple #ED0FF6

RGB

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

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

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

R = 47.59%
G = 3.01%
B = 49.4%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ED0FF6 (or 0xED0FF6) is known color: Psychedelic Purple. HEX triplet: ED, 0F and F6. RGB value is (237,15,246). Sum of RGB (Red+Green+Blue) = 237+15+246=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 15 (6.25% from 255 or 3.01% from 498); Blue value is 246 (96.48% from 255 or 49.40% from 498); Max value from RGB is 246 - color contains mainly: blue. Hex color #ED0FF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0FF6 is #12F009. Grayscale: #6B6B6B. Windows color (decimal): -1241098 or 16125933. OLE color: 16125933.

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

Color convert

RGB 237 15 246 -
CMYK 0.04 0.94 0 0.04
HSL 297.66º 0.93% 0.51% -
HSV(B) 297.66º 0.94% 0.96% -
XYZ 51.73 25 89.29 -
YUV 107.71 206.05 220.22 -
System Red Green Blue C M Y K H S L
Decimal 237 15 246 0.04 0.94 0 0.04 297.66 0.93 0.51
Hex ED F F6 4 5E 0 4 12A 5D 33
Octal 355 17 366 4 136 0 4 452 135 63
Binary 11101101 1111 11110110 100 1011110 0 100 100101010 1011101 110011

Color Harmonies of #ED0FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0FF6

Black with #ED0FF6

Text Example


Text Example

White with #ED0FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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