Html Css Color HEX #ED0DFE Psychedelic Purple

📋 copy color: '#ED0DFE'

red 237 ◦ green 13 ◦ blue 254

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

Shades of Psychedelic Purple #ED0DFE

Tints of Psychedelic Purple #ED0DFE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.58%

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

R = 47.02%
G = 2.58%
B = 50.4%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ED0DFE (or 0xED0DFE) is known color: Psychedelic Purple. HEX triplet: ED, 0D and FE. RGB value is (237,13,254). Sum of RGB (Red+Green+Blue) = 237+13+254=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 13 (5.47% from 255 or 2.58% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED0DFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0DFE is #12F201. Grayscale: #6A6A6A. Windows color (decimal): -1241602 or 16649709. OLE color: 16649709.

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

Color convert

RGB 237 13 254 -
CMYK 0.07 0.95 0 0.00
HSL 295.77º 0.99% 0.52% -
HSV(B) 295.77º 0.95% 1% -
XYZ 52.96 25.45 95.89 -
YUV 107.45 210.71 220.4 -
System Red Green Blue C M Y K H S L
Decimal 237 13 254 0.07 0.95 0 0.00 295.77 0.99 0.52
Hex ED D FE 7 5F 0 0 128 63 34
Octal 355 15 376 7 137 0 0 450 143 64
Binary 11101101 1101 11111110 111 1011111 0 0 100101000 1100011 110100

Color Harmonies of #ED0DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0DFE

Black with #ED0DFE

Text Example


Text Example

White with #ED0DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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