Html Css Color HEX #ED12FA Psychedelic Purple

📋 copy color: '#ED12FA'

red 237 ◦ green 18 ◦ blue 250

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

Shades of Psychedelic Purple #ED12FA

Tints of Psychedelic Purple #ED12FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.5%

R = 46.93%
G = 3.56%
B = 49.5%

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

#ED12FA (or 0xED12FA) is known color: Psychedelic Purple. HEX triplet: ED, 12 and FA. RGB value is (237,18,250). Sum of RGB (Red+Green+Blue) = 237+18+250=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 18 (7.42% from 255 or 3.56% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED12FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED12FA is #12ED05. Grayscale: #6D6D6D. Windows color (decimal): -1240326 or 16388845. OLE color: 16388845.

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

Color convert

RGB 237 18 250 -
CMYK 0.05 0.93 0 0.02
HSL 296.64º 0.96% 0.53% -
HSV(B) 296.64º 0.93% 0.98% -
XYZ 52.4 25.34 92.57 -
YUV 109.93 207.05 218.64 -
System Red Green Blue C M Y K H S L
Decimal 237 18 250 0.05 0.93 0 0.02 296.64 0.96 0.53
Hex ED 12 FA 5 5D 0 2 129 60 35
Octal 355 22 372 5 135 0 2 451 140 65
Binary 11101101 10010 11111010 101 1011101 0 10 100101001 1100000 110101

Color Harmonies of #ED12FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED12FA

Black with #ED12FA

Text Example


Text Example

White with #ED12FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED12FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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