Html Css Color HEX #ED1EFD Psychedelic Purple

📋 copy color: '#ED1EFD'

red 237 ◦ green 30 ◦ blue 253

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

Shades of Psychedelic Purple #ED1EFD

Tints of Psychedelic Purple #ED1EFD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.77%

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

R = 45.58%
G = 5.77%
B = 48.65%

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

#ED1EFD (or 0xED1EFD) is known color: Psychedelic Purple. HEX triplet: ED, 1E and FD. RGB value is (237,30,253). Sum of RGB (Red+Green+Blue) = 237+30+253=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 30 (12.11% from 255 or 5.77% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED1EFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1EFD is #12E102. Grayscale: #747474. Windows color (decimal): -1237251 or 16588525. OLE color: 16588525.

HSL color Cylindrical-coordinate representation of color #ED1EFD: hue angle of 295.7º degrees, saturation: 0.98, 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 #ED1EFD is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 30 253 -
CMYK 0.06 0.88 0 0.01
HSL 295.7º 0.98% 0.55% -
HSV(B) 295.7º 0.88% 0.99% -
XYZ 53.12 26.02 95.15 -
YUV 117.32 204.58 213.37 -
System Red Green Blue C M Y K H S L
Decimal 237 30 253 0.06 0.88 0 0.01 295.7 0.98 0.55
Hex ED 1E FD 6 58 0 1 128 62 37
Octal 355 36 375 6 130 0 1 450 142 67
Binary 11101101 11110 11111101 110 1011000 0 1 100101000 1100010 110111

Color Harmonies of #ED1EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1EFD

Black with #ED1EFD

Text Example


Text Example

White with #ED1EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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