Html Css Color HEX #ED0DFF Psychedelic Purple

📋 copy color: '#ED0DFF'

red 237 ◦ green 13 ◦ blue 255

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

Shades of Psychedelic Purple #ED0DFF

Tints of Psychedelic Purple #ED0DFF

RGB

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

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

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

R = 46.93%
G = 2.57%
B = 50.5%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED0DFF (or 0xED0DFF) is known color: Psychedelic Purple. HEX triplet: ED, 0D and FF. RGB value is (237,13,255). Sum of RGB (Red+Green+Blue) = 237+13+255=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 13 (5.47% from 255 or 2.57% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED0DFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0DFF is #12F200. Grayscale: #6A6A6A. Windows color (decimal): -1241601 or 16715245. OLE color: 16715245.

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

Color convert

RGB 237 13 255 -
CMYK 0.07 0.95 0 0
HSL 295.54º 1% 0.53% -
HSV(B) 295.54º 0.95% 1% -
XYZ 53.12 25.51 96.73 -
YUV 107.56 211.21 220.32 -
System Red Green Blue C M Y K H S L
Decimal 237 13 255 0.07 0.95 0 0 295.54 1 0.53
Hex ED D FF 7 5F 0 0 128 64 35
Octal 355 15 377 7 137 0 0 450 144 65
Binary 11101101 1101 11111111 111 1011111 0 0 100101000 1100100 110101

Color Harmonies of #ED0DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0DFF

Black with #ED0DFF

Text Example


Text Example

White with #ED0DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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