Html Css Color HEX #ED1BFB Psychedelic Purple

📋 copy color: '#ED1BFB'

red 237 ◦ green 27 ◦ blue 251

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

Shades of Psychedelic Purple #ED1BFB

Tints of Psychedelic Purple #ED1BFB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.24%

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

R = 46.02%
G = 5.24%
B = 48.74%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED1BFB (or 0xED1BFB) is known color: Psychedelic Purple. HEX triplet: ED, 1B and FB. RGB value is (237,27,251). Sum of RGB (Red+Green+Blue) = 237+27+251=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 27 (10.94% from 255 or 5.24% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED1BFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1BFB is #12E404. Grayscale: #727272. Windows color (decimal): -1238021 or 16456685. OLE color: 16456685.

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

Color convert

RGB 237 27 251 -
CMYK 0.06 0.89 0 0.02
HSL 296.25º 0.97% 0.55% -
HSV(B) 296.25º 0.89% 0.98% -
XYZ 52.73 25.75 93.46 -
YUV 115.33 204.57 214.79 -
System Red Green Blue C M Y K H S L
Decimal 237 27 251 0.06 0.89 0 0.02 296.25 0.97 0.55
Hex ED 1B FB 6 59 0 2 128 61 37
Octal 355 33 373 6 131 0 2 450 141 67
Binary 11101101 11011 11111011 110 1011001 0 10 100101000 1100001 110111

Color Harmonies of #ED1BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1BFB

Black with #ED1BFB

Text Example


Text Example

White with #ED1BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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