Html Css Color HEX #ED18FF Psychedelic Purple

📋 copy color: '#ED18FF'

red 237 ◦ green 24 ◦ blue 255

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

Shades of Psychedelic Purple #ED18FF

Tints of Psychedelic Purple #ED18FF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.65%

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

R = 45.93%
G = 4.65%
B = 49.42%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED18FF (or 0xED18FF) is known color: Psychedelic Purple. HEX triplet: ED, 18 and FF. RGB value is (237,24,255). Sum of RGB (Red+Green+Blue) = 237+24+255=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 24 (9.77% from 255 or 4.65% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED18FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED18FF is #12E700. Grayscale: #717171. Windows color (decimal): -1238785 or 16718061. OLE color: 16718061.

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

Color convert

RGB 237 24 255 -
CMYK 0.07 0.91 0 0
HSL 295.32º 1% 0.55% -
HSV(B) 295.32º 0.91% 1% -
XYZ 53.3 25.88 96.79 -
YUV 114.02 207.57 215.72 -
System Red Green Blue C M Y K H S L
Decimal 237 24 255 0.07 0.91 0 0 295.32 1 0.55
Hex ED 18 FF 7 5B 0 0 127 64 37
Octal 355 30 377 7 133 0 0 447 144 67
Binary 11101101 11000 11111111 111 1011011 0 0 100100111 1100100 110111

Color Harmonies of #ED18FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED18FF

Black with #ED18FF

Text Example


Text Example

White with #ED18FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED18FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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