Html Css Color HEX #ED31FB Psychedelic Purple

📋 copy color: '#ED31FB'

red 237 ◦ green 49 ◦ blue 251

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

Shades of Psychedelic Purple #ED31FB

Tints of Psychedelic Purple #ED31FB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.12%

 BLUE value IS 251 (98.44% from 255) = 46.74%

R = 44.13%
G = 9.12%
B = 46.74%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED31FB (or 0xED31FB) is known color: Psychedelic Purple. HEX triplet: ED, 31 and FB. RGB value is (237,49,251). Sum of RGB (Red+Green+Blue) = 237+49+251=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 49 (19.53% from 255 or 9.12% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED31FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED31FB is #12CE04. Grayscale: #7F7F7F. Windows color (decimal): -1232389 or 16462317. OLE color: 16462317.

HSL color Cylindrical-coordinate representation of color #ED31FB: hue angle of 295.84º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED31FB is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 49 251 -
CMYK 0.06 0.80 0 0.02
HSL 295.84º 0.96% 0.59% -
HSV(B) 295.84º 0.8% 0.98% -
XYZ 53.44 27.17 93.69 -
YUV 128.24 197.28 205.57 -
System Red Green Blue C M Y K H S L
Decimal 237 49 251 0.06 0.80 0 0.02 295.84 0.96 0.59
Hex ED 31 FB 6 50 0 2 128 60 3B
Octal 355 61 373 6 120 0 2 450 140 73
Binary 11101101 110001 11111011 110 1010000 0 10 100101000 1100000 111011

Color Harmonies of #ED31FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED31FB

Black with #ED31FB

Text Example


Text Example

White with #ED31FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED31FB; }

 p { color: rgb(237,49,251); }

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

background-color css

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

 a { background-color: rgb(237,49,251); }

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

border-color css

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

 span { border-color: rgb(237,49,251); }

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