Html Css Color HEX #ED1FFD Psychedelic Purple

📋 copy color: '#ED1FFD'

red 237 ◦ green 31 ◦ blue 253

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

Shades of Psychedelic Purple #ED1FFD

Tints of Psychedelic Purple #ED1FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.56%

R = 45.49%
G = 5.95%
B = 48.56%

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

#ED1FFD (or 0xED1FFD) is known color: Psychedelic Purple. HEX triplet: ED, 1F and FD. RGB value is (237,31,253). Sum of RGB (Red+Green+Blue) = 237+31+253=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 31 (12.5% from 255 or 5.95% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED1FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1FFD is #12E002. Grayscale: #757575. Windows color (decimal): -1236995 or 16588781. OLE color: 16588781.

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

Color convert

RGB 237 31 253 -
CMYK 0.06 0.88 0 0.01
HSL 295.68º 0.98% 0.56% -
HSV(B) 295.68º 0.88% 0.99% -
XYZ 53.14 26.08 95.16 -
YUV 117.9 204.25 212.95 -
System Red Green Blue C M Y K H S L
Decimal 237 31 253 0.06 0.88 0 0.01 295.68 0.98 0.56
Hex ED 1F FD 6 58 0 1 128 62 38
Octal 355 37 375 6 130 0 1 450 142 70
Binary 11101101 11111 11111101 110 1011000 0 1 100101000 1100010 111000

Color Harmonies of #ED1FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1FFD

Black with #ED1FFD

Text Example


Text Example

White with #ED1FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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