Html Css Color HEX #ED1DFF Psychedelic Purple

📋 copy color: '#ED1DFF'

red 237 ◦ green 29 ◦ blue 255

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

Shades of Psychedelic Purple #ED1DFF

Tints of Psychedelic Purple #ED1DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.94%

R = 45.49%
G = 5.57%
B = 48.94%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED1DFF (or 0xED1DFF) is known color: Psychedelic Purple. HEX triplet: ED, 1D and FF. RGB value is (237,29,255). Sum of RGB (Red+Green+Blue) = 237+29+255=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 29 (11.72% from 255 or 5.57% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED1DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1DFF is #12E200. Grayscale: #747474. Windows color (decimal): -1237505 or 16719341. OLE color: 16719341.

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

Color convert

RGB 237 29 255 -
CMYK 0.07 0.89 0 0
HSL 295.22º 1% 0.56% -
HSV(B) 295.22º 0.89% 1% -
XYZ 53.41 26.1 96.83 -
YUV 116.96 205.91 213.62 -
System Red Green Blue C M Y K H S L
Decimal 237 29 255 0.07 0.89 0 0 295.22 1 0.56
Hex ED 1D FF 7 59 0 0 127 64 38
Octal 355 35 377 7 131 0 0 447 144 70
Binary 11101101 11101 11111111 111 1011001 0 0 100100111 1100100 111000

Color Harmonies of #ED1DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1DFF

Black with #ED1DFF

Text Example


Text Example

White with #ED1DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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