Html Css Color HEX #ED29F9 Psychedelic Purple

📋 copy color: '#ED29F9'

red 237 ◦ green 41 ◦ blue 249

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

Shades of Psychedelic Purple #ED29F9

Tints of Psychedelic Purple #ED29F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.25%

R = 44.97%
G = 7.78%
B = 47.25%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED29F9 (or 0xED29F9) is known color: Psychedelic Purple. HEX triplet: ED, 29 and F9. RGB value is (237,41,249). Sum of RGB (Red+Green+Blue) = 237+41+249=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 41 (16.41% from 255 or 7.78% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED29F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED29F9 is #12D606. Grayscale: #7A7A7A. Windows color (decimal): -1234439 or 16329197. OLE color: 16329197.

HSL color Cylindrical-coordinate representation of color #ED29F9: hue angle of 296.54º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED29F9 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 41 249 -
CMYK 0.05 0.84 0 0.02
HSL 296.54º 0.95% 0.57% -
HSV(B) 296.54º 0.84% 0.98% -
XYZ 52.82 26.43 91.94 -
YUV 123.32 198.93 209.09 -
System Red Green Blue C M Y K H S L
Decimal 237 41 249 0.05 0.84 0 0.02 296.54 0.95 0.57
Hex ED 29 F9 5 54 0 2 129 5F 39
Octal 355 51 371 5 124 0 2 451 137 71
Binary 11101101 101001 11111001 101 1010100 0 10 100101001 1011111 111001

Color Harmonies of #ED29F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED29F9

Black with #ED29F9

Text Example


Text Example

White with #ED29F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED29F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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