Html Css Color HEX #ED1FFC Psychedelic Purple

📋 copy color: '#ED1FFC'

red 237 ◦ green 31 ◦ blue 252

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

Shades of Psychedelic Purple #ED1FFC

Tints of Psychedelic Purple #ED1FFC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 5.96%

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

R = 45.58%
G = 5.96%
B = 48.46%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED1FFC (or 0xED1FFC) is known color: Psychedelic Purple. HEX triplet: ED, 1F and FC. RGB value is (237,31,252). Sum of RGB (Red+Green+Blue) = 237+31+252=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 31 (12.5% from 255 or 5.96% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED1FFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1FFC is #12E003. Grayscale: #757575. Windows color (decimal): -1236996 or 16523245. OLE color: 16523245.

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

Color convert

RGB 237 31 252 -
CMYK 0.06 0.88 0 0.01
HSL 295.93º 0.97% 0.55% -
HSV(B) 295.93º 0.88% 0.99% -
XYZ 52.99 26.01 94.32 -
YUV 117.79 203.75 213.03 -
System Red Green Blue C M Y K H S L
Decimal 237 31 252 0.06 0.88 0 0.01 295.93 0.97 0.55
Hex ED 1F FC 6 58 0 1 128 61 37
Octal 355 37 374 6 130 0 1 450 141 67
Binary 11101101 11111 11111100 110 1011000 0 1 100101000 1100001 110111

Color Harmonies of #ED1FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1FFC

Black with #ED1FFC

Text Example


Text Example

White with #ED1FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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