Html Css Color HEX #ED00FB Psychedelic Purple

📋 copy color: '#ED00FB'

red 237 ◦ green 0 ◦ blue 251

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

Shades of Psychedelic Purple #ED00FB

Tints of Psychedelic Purple #ED00FB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.57%
G = 0%
B = 51.43%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED00FB (or 0xED00FB) is known color: Psychedelic Purple. HEX triplet: ED, 00 and FB. RGB value is (237,0,251). Sum of RGB (Red+Green+Blue) = 237+0+251=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 0 (0.39% from 255 or 0% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED00FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED00FB is #12FF04. Grayscale: #626262. Windows color (decimal): -1244933 or 16449773. OLE color: 16449773.

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

Color convert

RGB 237 0 251 -
CMYK 0.06 1 0 0.02
HSL 296.65º 1% 0.49% -
HSV(B) 296.65º 1% 0.98% -
XYZ 52.34 24.97 93.33 -
YUV 99.48 213.52 226.09 -
System Red Green Blue C M Y K H S L
Decimal 237 0 251 0.06 1 0 0.02 296.65 1 0.49
Hex ED 0 FB 6 64 0 2 129 64 31
Octal 355 0 373 6 144 0 2 451 144 61
Binary 11101101 0 11111011 110 1100100 0 10 100101001 1100100 110001

Color Harmonies of #ED00FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED00FB

Black with #ED00FB

Text Example


Text Example

White with #ED00FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED00FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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