Html Css Color HEX #ED1EFE Psychedelic Purple

📋 copy color: '#ED1EFE'

red 237 ◦ green 30 ◦ blue 254

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

Shades of Psychedelic Purple #ED1EFE

Tints of Psychedelic Purple #ED1EFE

RGB

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

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

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

R = 45.49%
G = 5.76%
B = 48.75%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED1EFE (or 0xED1EFE) is known color: Psychedelic Purple. HEX triplet: ED, 1E and FE. RGB value is (237,30,254). Sum of RGB (Red+Green+Blue) = 237+30+254=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 30 (12.11% from 255 or 5.76% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED1EFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1EFE is #12E101. Grayscale: #747474. Windows color (decimal): -1237250 or 16654061. OLE color: 16654061.

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

Color convert

RGB 237 30 254 -
CMYK 0.07 0.88 0 0.00
HSL 295.45º 0.99% 0.56% -
HSV(B) 295.45º 0.88% 1% -
XYZ 53.28 26.09 95.99 -
YUV 117.43 205.08 213.29 -
System Red Green Blue C M Y K H S L
Decimal 237 30 254 0.07 0.88 0 0.00 295.45 0.99 0.56
Hex ED 1E FE 7 58 0 0 127 63 38
Octal 355 36 376 7 130 0 0 447 143 70
Binary 11101101 11110 11111110 111 1011000 0 0 100100111 1100011 111000

Color Harmonies of #ED1EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1EFE

Black with #ED1EFE

Text Example


Text Example

White with #ED1EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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