Html Css Color HEX #ED15FA Psychedelic Purple

📋 copy color: '#ED15FA'

red 237 ◦ green 21 ◦ blue 250

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

Shades of Psychedelic Purple #ED15FA

Tints of Psychedelic Purple #ED15FA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.13%

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

R = 46.65%
G = 4.13%
B = 49.21%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED15FA (or 0xED15FA) is known color: Psychedelic Purple. HEX triplet: ED, 15 and FA. RGB value is (237,21,250). Sum of RGB (Red+Green+Blue) = 237+21+250=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 21 (8.59% from 255 or 4.13% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED15FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED15FA is #12EA05. Grayscale: #6E6E6E. Windows color (decimal): -1239558 or 16389613. OLE color: 16389613.

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

Color convert

RGB 237 21 250 -
CMYK 0.05 0.92 0 0.02
HSL 296.59º 0.96% 0.53% -
HSV(B) 296.59º 0.92% 0.98% -
XYZ 52.45 25.44 92.59 -
YUV 111.69 206.06 217.38 -
System Red Green Blue C M Y K H S L
Decimal 237 21 250 0.05 0.92 0 0.02 296.59 0.96 0.53
Hex ED 15 FA 5 5C 0 2 129 60 35
Octal 355 25 372 5 134 0 2 451 140 65
Binary 11101101 10101 11111010 101 1011100 0 10 100101001 1100000 110101

Color Harmonies of #ED15FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED15FA

Black with #ED15FA

Text Example


Text Example

White with #ED15FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED15FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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