Html Css Color HEX #ED1CF9 Psychedelic Purple

📋 copy color: '#ED1CF9'

red 237 ◦ green 28 ◦ blue 249

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

Shades of Psychedelic Purple #ED1CF9

Tints of Psychedelic Purple #ED1CF9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.45%

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

R = 46.11%
G = 5.45%
B = 48.44%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED1CF9 (or 0xED1CF9) is known color: Psychedelic Purple. HEX triplet: ED, 1C and F9. RGB value is (237,28,249). Sum of RGB (Red+Green+Blue) = 237+28+249=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 28 (11.33% from 255 or 5.45% from 514); Blue value is 249 (97.66% from 255 or 48.44% from 514); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED1CF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1CF9 is #12E306. Grayscale: #737373. Windows color (decimal): -1237767 or 16325869. OLE color: 16325869.

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

Color convert

RGB 237 28 249 -
CMYK 0.05 0.89 0 0.02
HSL 296.74º 0.95% 0.54% -
HSV(B) 296.74º 0.89% 0.98% -
XYZ 52.44 25.67 91.81 -
YUV 115.69 203.24 214.53 -
System Red Green Blue C M Y K H S L
Decimal 237 28 249 0.05 0.89 0 0.02 296.74 0.95 0.54
Hex ED 1C F9 5 59 0 2 129 5F 36
Octal 355 34 371 5 131 0 2 451 137 66
Binary 11101101 11100 11111001 101 1011001 0 10 100101001 1011111 110110

Color Harmonies of #ED1CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1CF9

Black with #ED1CF9

Text Example


Text Example

White with #ED1CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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