Html Css Color HEX #ED1DFE Psychedelic Purple

📋 copy color: '#ED1DFE'

red 237 ◦ green 29 ◦ blue 254

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

Shades of Psychedelic Purple #ED1DFE

Tints of Psychedelic Purple #ED1DFE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.58%

 BLUE value IS 254 (99.61% from 255) = 48.85%

R = 45.58%
G = 5.58%
B = 48.85%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED1DFE (or 0xED1DFE) is known color: Psychedelic Purple. HEX triplet: ED, 1D and FE. RGB value is (237,29,254). Sum of RGB (Red+Green+Blue) = 237+29+254=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 29 (11.72% from 255 or 5.58% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED1DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1DFE is #12E201. Grayscale: #747474. Windows color (decimal): -1237506 or 16653805. OLE color: 16653805.

HSL color Cylindrical-coordinate representation of color #ED1DFE: hue angle of 295.47º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1DFE is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 29 254 -
CMYK 0.07 0.89 0 0.00
HSL 295.47º 0.99% 0.55% -
HSV(B) 295.47º 0.89% 1% -
XYZ 53.25 26.04 95.99 -
YUV 116.84 205.41 213.7 -
System Red Green Blue C M Y K H S L
Decimal 237 29 254 0.07 0.89 0 0.00 295.47 0.99 0.55
Hex ED 1D FE 7 59 0 0 127 63 37
Octal 355 35 376 7 131 0 0 447 143 67
Binary 11101101 11101 11111110 111 1011001 0 0 100100111 1100011 110111

Color Harmonies of #ED1DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1DFE

Black with #ED1DFE

Text Example


Text Example

White with #ED1DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1DFE; }

 p { color: rgb(237,29,254); }

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

background-color css

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

 a { background-color: rgb(237,29,254); }

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

border-color css

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

 span { border-color: rgb(237,29,254); }

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