Html Css Color HEX #ED10FC Psychedelic Purple

📋 copy color: '#ED10FC'

red 237 ◦ green 16 ◦ blue 252

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

Shades of Psychedelic Purple #ED10FC

Tints of Psychedelic Purple #ED10FC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.17%

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

R = 46.93%
G = 3.17%
B = 49.9%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED10FC (or 0xED10FC) is known color: Psychedelic Purple. HEX triplet: ED, 10 and FC. RGB value is (237,16,252). Sum of RGB (Red+Green+Blue) = 237+16+252=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 16 (6.64% from 255 or 3.17% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED10FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED10FC is #12EF03. Grayscale: #6C6C6C. Windows color (decimal): -1240836 or 16519405. OLE color: 16519405.

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

Color convert

RGB 237 16 252 -
CMYK 0.06 0.94 0 0.01
HSL 296.19º 0.98% 0.53% -
HSV(B) 296.19º 0.94% 0.99% -
XYZ 52.68 25.4 94.22 -
YUV 108.98 208.72 219.31 -
System Red Green Blue C M Y K H S L
Decimal 237 16 252 0.06 0.94 0 0.01 296.19 0.98 0.53
Hex ED 10 FC 6 5E 0 1 128 62 35
Octal 355 20 374 6 136 0 1 450 142 65
Binary 11101101 10000 11111100 110 1011110 0 1 100101000 1100010 110101

Color Harmonies of #ED10FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED10FC

Black with #ED10FC

Text Example


Text Example

White with #ED10FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED10FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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