Html Css Color HEX #ED12F6 Psychedelic Purple

📋 copy color: '#ED12F6'

red 237 ◦ green 18 ◦ blue 246

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

Shades of Psychedelic Purple #ED12F6

Tints of Psychedelic Purple #ED12F6

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.59%

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

R = 47.31%
G = 3.59%
B = 49.1%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ED12F6 (or 0xED12F6) is known color: Psychedelic Purple. HEX triplet: ED, 12 and F6. RGB value is (237,18,246). Sum of RGB (Red+Green+Blue) = 237+18+246=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 18 (7.42% from 255 or 3.59% from 501); Blue value is 246 (96.48% from 255 or 49.10% from 501); Max value from RGB is 246 - color contains mainly: blue. Hex color #ED12F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED12F6 is #12ED09. Grayscale: #6C6C6C. Windows color (decimal): -1240330 or 16126701. OLE color: 16126701.

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

Color convert

RGB 237 18 246 -
CMYK 0.04 0.93 0 0.04
HSL 297.63º 0.93% 0.52% -
HSV(B) 297.63º 0.93% 0.96% -
XYZ 51.78 25.09 89.3 -
YUV 109.47 205.05 218.96 -
System Red Green Blue C M Y K H S L
Decimal 237 18 246 0.04 0.93 0 0.04 297.63 0.93 0.52
Hex ED 12 F6 4 5D 0 4 12A 5D 34
Octal 355 22 366 4 135 0 4 452 135 64
Binary 11101101 10010 11110110 100 1011101 0 100 100101010 1011101 110100

Color Harmonies of #ED12F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED12F6

Black with #ED12F6

Text Example


Text Example

White with #ED12F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED12F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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