Html Css Color HEX #ED12F9 Psychedelic Purple

📋 copy color: '#ED12F9'

red 237 ◦ green 18 ◦ blue 249

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

Shades of Psychedelic Purple #ED12F9

Tints of Psychedelic Purple #ED12F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.4%

R = 47.02%
G = 3.57%
B = 49.4%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED12F9 (or 0xED12F9) is known color: Psychedelic Purple. HEX triplet: ED, 12 and F9. RGB value is (237,18,249). Sum of RGB (Red+Green+Blue) = 237+18+249=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 18 (7.42% from 255 or 3.57% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED12F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED12F9 is #12ED06. Grayscale: #6D6D6D. Windows color (decimal): -1240327 or 16323309. OLE color: 16323309.

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

Color convert

RGB 237 18 249 -
CMYK 0.05 0.93 0 0.02
HSL 296.88º 0.95% 0.52% -
HSV(B) 296.88º 0.93% 0.98% -
XYZ 52.24 25.28 91.75 -
YUV 109.82 206.55 218.72 -
System Red Green Blue C M Y K H S L
Decimal 237 18 249 0.05 0.93 0 0.02 296.88 0.95 0.52
Hex ED 12 F9 5 5D 0 2 129 5F 34
Octal 355 22 371 5 135 0 2 451 137 64
Binary 11101101 10010 11111001 101 1011101 0 10 100101001 1011111 110100

Color Harmonies of #ED12F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED12F9

Black with #ED12F9

Text Example


Text Example

White with #ED12F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED12F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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