Html Css Color HEX #ED2DFC Psychedelic Purple

📋 copy color: '#ED2DFC'

red 237 ◦ green 45 ◦ blue 252

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

Shades of Psychedelic Purple #ED2DFC

Tints of Psychedelic Purple #ED2DFC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 8.43%

 BLUE value IS 252 (98.83% from 255) = 47.19%

R = 44.38%
G = 8.43%
B = 47.19%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED2DFC (or 0xED2DFC) is known color: Psychedelic Purple. HEX triplet: ED, 2D and FC. RGB value is (237,45,252). Sum of RGB (Red+Green+Blue) = 237+45+252=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 45 (17.97% from 255 or 8.43% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED2DFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2DFC is #12D203. Grayscale: #7D7D7D. Windows color (decimal): -1233412 or 16526829. OLE color: 16526829.

HSL color Cylindrical-coordinate representation of color #ED2DFC: hue angle of 295.65º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED2DFC is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 45 252 -
CMYK 0.06 0.82 0 0.01
HSL 295.65º 0.97% 0.58% -
HSV(B) 295.65º 0.82% 0.99% -
XYZ 53.43 26.91 94.47 -
YUV 126.01 199.11 207.17 -
System Red Green Blue C M Y K H S L
Decimal 237 45 252 0.06 0.82 0 0.01 295.65 0.97 0.58
Hex ED 2D FC 6 52 0 1 128 61 3A
Octal 355 55 374 6 122 0 1 450 141 72
Binary 11101101 101101 11111100 110 1010010 0 1 100101000 1100001 111010

Color Harmonies of #ED2DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2DFC

Black with #ED2DFC

Text Example


Text Example

White with #ED2DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2DFC; }

 p { color: rgb(237,45,252); }

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

background-color css

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

 a { background-color: rgb(237,45,252); }

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

border-color css

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

 span { border-color: rgb(237,45,252); }

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