Html Css Color HEX #ED1AFC Psychedelic Purple

📋 copy color: '#ED1AFC'

red 237 ◦ green 26 ◦ blue 252

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

Shades of Psychedelic Purple #ED1AFC

Tints of Psychedelic Purple #ED1AFC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.05%

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

R = 46.02%
G = 5.05%
B = 48.93%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED1AFC (or 0xED1AFC) is known color: Psychedelic Purple. HEX triplet: ED, 1A and FC. RGB value is (237,26,252). Sum of RGB (Red+Green+Blue) = 237+26+252=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 26 (10.55% from 255 or 5.05% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED1AFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1AFC is #12E503. Grayscale: #727272. Windows color (decimal): -1238276 or 16521965. OLE color: 16521965.

HSL color Cylindrical-coordinate representation of color #ED1AFC: hue angle of 296.02º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED1AFC is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 26 252 -
CMYK 0.06 0.90 0 0.01
HSL 296.02º 0.97% 0.55% -
HSV(B) 296.02º 0.9% 0.99% -
XYZ 52.87 25.77 94.28 -
YUV 114.85 205.4 215.12 -
System Red Green Blue C M Y K H S L
Decimal 237 26 252 0.06 0.90 0 0.01 296.02 0.97 0.55
Hex ED 1A FC 6 5A 0 1 128 61 37
Octal 355 32 374 6 132 0 1 450 141 67
Binary 11101101 11010 11111100 110 1011010 0 1 100101000 1100001 110111

Color Harmonies of #ED1AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1AFC

Black with #ED1AFC

Text Example


Text Example

White with #ED1AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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