Html Css Color HEX #ED29FF Psychedelic Purple

📋 copy color: '#ED29FF'

red 237 ◦ green 41 ◦ blue 255

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

Shades of Psychedelic Purple #ED29FF

Tints of Psychedelic Purple #ED29FF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.69%

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

R = 44.47%
G = 7.69%
B = 47.84%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED29FF (or 0xED29FF) is known color: Psychedelic Purple. HEX triplet: ED, 29 and FF. RGB value is (237,41,255). Sum of RGB (Red+Green+Blue) = 237+41+255=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 41 (16.41% from 255 or 7.69% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED29FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED29FF is #12D600. Grayscale: #7B7B7B. Windows color (decimal): -1234433 or 16722413. OLE color: 16722413.

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

Color convert

RGB 237 41 255 -
CMYK 0.07 0.84 0 0
HSL 294.95º 1% 0.58% -
HSV(B) 294.95º 0.84% 1% -
XYZ 53.77 26.81 96.95 -
YUV 124 201.93 208.6 -
System Red Green Blue C M Y K H S L
Decimal 237 41 255 0.07 0.84 0 0 294.95 1 0.58
Hex ED 29 FF 7 54 0 0 127 64 3A
Octal 355 51 377 7 124 0 0 447 144 72
Binary 11101101 101001 11111111 111 1010100 0 0 100100111 1100100 111010

Color Harmonies of #ED29FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED29FF

Black with #ED29FF

Text Example


Text Example

White with #ED29FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED29FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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