Html Css Color HEX #ED26FF Psychedelic Purple

📋 copy color: '#ED26FF'

red 237 ◦ green 38 ◦ blue 255

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

Shades of Psychedelic Purple #ED26FF

Tints of Psychedelic Purple #ED26FF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.17%

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

R = 44.72%
G = 7.17%
B = 48.11%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED26FF (or 0xED26FF) is known color: Psychedelic Purple. HEX triplet: ED, 26 and FF. RGB value is (237,38,255). Sum of RGB (Red+Green+Blue) = 237+38+255=530 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.72% from 530); Green value is 38 (15.23% from 255 or 7.17% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED26FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED26FF is #12D900. Grayscale: #797979. Windows color (decimal): -1235201 or 16721645. OLE color: 16721645.

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

Color convert

RGB 237 38 255 -
CMYK 0.07 0.85 0 0
HSL 295.02º 1% 0.57% -
HSV(B) 295.02º 0.85% 1% -
XYZ 53.67 26.61 96.92 -
YUV 122.24 202.93 209.86 -
System Red Green Blue C M Y K H S L
Decimal 237 38 255 0.07 0.85 0 0 295.02 1 0.57
Hex ED 26 FF 7 55 0 0 127 64 39
Octal 355 46 377 7 125 0 0 447 144 71
Binary 11101101 100110 11111111 111 1010101 0 0 100100111 1100100 111001

Color Harmonies of #ED26FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED26FF

Black with #ED26FF

Text Example


Text Example

White with #ED26FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED26FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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