Html Css Color HEX #ED19FB Psychedelic Purple

📋 copy color: '#ED19FB'

red 237 ◦ green 25 ◦ blue 251

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

Shades of Psychedelic Purple #ED19FB

Tints of Psychedelic Purple #ED19FB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 4.87%

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

R = 46.2%
G = 4.87%
B = 48.93%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED19FB (or 0xED19FB) is known color: Psychedelic Purple. HEX triplet: ED, 19 and FB. RGB value is (237,25,251). Sum of RGB (Red+Green+Blue) = 237+25+251=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 25 (10.16% from 255 or 4.87% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED19FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED19FB is #12E604. Grayscale: #717171. Windows color (decimal): -1238533 or 16456173. OLE color: 16456173.

HSL color Cylindrical-coordinate representation of color #ED19FB: hue angle of 296.28º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED19FB is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 25 251 -
CMYK 0.06 0.90 0 0.02
HSL 296.28º 0.97% 0.54% -
HSV(B) 296.28º 0.9% 0.98% -
XYZ 52.69 25.66 93.44 -
YUV 114.15 205.24 215.62 -
System Red Green Blue C M Y K H S L
Decimal 237 25 251 0.06 0.90 0 0.02 296.28 0.97 0.54
Hex ED 19 FB 6 5A 0 2 128 61 36
Octal 355 31 373 6 132 0 2 450 141 66
Binary 11101101 11001 11111011 110 1011010 0 10 100101000 1100001 110110

Color Harmonies of #ED19FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED19FB

Black with #ED19FB

Text Example


Text Example

White with #ED19FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED19FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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