Html Css Color HEX #ED2BFF Psychedelic Purple

📋 copy color: '#ED2BFF'

red 237 ◦ green 43 ◦ blue 255

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

Shades of Psychedelic Purple #ED2BFF

Tints of Psychedelic Purple #ED2BFF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.04%

 BLUE value IS 255 (100% from 255) = 47.66%

R = 44.3%
G = 8.04%
B = 47.66%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ED2BFF (or 0xED2BFF) is known color: Psychedelic Purple. HEX triplet: ED, 2B and FF. RGB value is (237,43,255). Sum of RGB (Red+Green+Blue) = 237+43+255=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 43 (17.19% from 255 or 8.04% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED2BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2BFF is #12D400. Grayscale: #7C7C7C. Windows color (decimal): -1233921 or 16722925. OLE color: 16722925.

HSL color Cylindrical-coordinate representation of color #ED2BFF: hue angle of 294.91º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED2BFF is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 237 43 255 -
CMYK 0.07 0.83 0 0
HSL 294.91º 1% 0.58% -
HSV(B) 294.91º 0.83% 1% -
XYZ 53.84 26.95 96.97 -
YUV 125.17 201.27 207.76 -
System Red Green Blue C M Y K H S L
Decimal 237 43 255 0.07 0.83 0 0 294.91 1 0.58
Hex ED 2B FF 7 53 0 0 127 64 3A
Octal 355 53 377 7 123 0 0 447 144 72
Binary 11101101 101011 11111111 111 1010011 0 0 100100111 1100100 111010

Color Harmonies of #ED2BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2BFF

Black with #ED2BFF

Text Example


Text Example

White with #ED2BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2BFF; }

 p { color: rgb(237,43,255); }

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

background-color css

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

 a { background-color: rgb(237,43,255); }

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

border-color css

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

 span { border-color: rgb(237,43,255); }

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