Html Css Color HEX #ED12FC Psychedelic Purple

📋 copy color: '#ED12FC'

red 237 ◦ green 18 ◦ blue 252

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

Shades of Psychedelic Purple #ED12FC

Tints of Psychedelic Purple #ED12FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.7%

R = 46.75%
G = 3.55%
B = 49.7%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED12FC (or 0xED12FC) is known color: Psychedelic Purple. HEX triplet: ED, 12 and FC. RGB value is (237,18,252). Sum of RGB (Red+Green+Blue) = 237+18+252=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 18 (7.42% from 255 or 3.55% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED12FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED12FC is #12ED03. Grayscale: #6D6D6D. Windows color (decimal): -1240324 or 16519917. OLE color: 16519917.

HSL color Cylindrical-coordinate representation of color #ED12FC: hue angle of 296.15º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED12FC is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 18 252 -
CMYK 0.06 0.93 0 0.01
HSL 296.15º 0.98% 0.53% -
HSV(B) 296.15º 0.93% 0.99% -
XYZ 52.71 25.47 94.23 -
YUV 110.16 208.05 218.47 -
System Red Green Blue C M Y K H S L
Decimal 237 18 252 0.06 0.93 0 0.01 296.15 0.98 0.53
Hex ED 12 FC 6 5D 0 1 128 62 35
Octal 355 22 374 6 135 0 1 450 142 65
Binary 11101101 10010 11111100 110 1011101 0 1 100101000 1100010 110101

Color Harmonies of #ED12FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED12FC

Black with #ED12FC

Text Example


Text Example

White with #ED12FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED12FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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