Html Css Color HEX #ED0CF9 Psychedelic Purple

📋 copy color: '#ED0CF9'

red 237 ◦ green 12 ◦ blue 249

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

Shades of Psychedelic Purple #ED0CF9

Tints of Psychedelic Purple #ED0CF9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.41%

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

R = 47.59%
G = 2.41%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED0CF9 (or 0xED0CF9) is known color: Psychedelic Purple. HEX triplet: ED, 0C and F9. RGB value is (237,12,249). Sum of RGB (Red+Green+Blue) = 237+12+249=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 12 (5.08% from 255 or 2.41% from 498); Blue value is 249 (97.66% from 255 or 50% from 498); Max value from RGB is 249 - color contains mainly: blue. Hex color #ED0CF9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0CF9 is #12F306. Grayscale: #696969. Windows color (decimal): -1241863 or 16321773. OLE color: 16321773.

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

Color convert

RGB 237 12 249 -
CMYK 0.05 0.95 0 0.02
HSL 296.96º 0.95% 0.51% -
HSV(B) 296.96º 0.95% 0.98% -
XYZ 52.16 25.11 91.72 -
YUV 106.29 208.54 221.23 -
System Red Green Blue C M Y K H S L
Decimal 237 12 249 0.05 0.95 0 0.02 296.96 0.95 0.51
Hex ED C F9 5 5F 0 2 129 5F 33
Octal 355 14 371 5 137 0 2 451 137 63
Binary 11101101 1100 11111001 101 1011111 0 10 100101001 1011111 110011

Color Harmonies of #ED0CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0CF9

Black with #ED0CF9

Text Example


Text Example

White with #ED0CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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