Html Css Color HEX #ED2BF6 Psychedelic Purple

📋 copy color: '#ED2BF6'

red 237 ◦ green 43 ◦ blue 246

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

Shades of Psychedelic Purple #ED2BF6

Tints of Psychedelic Purple #ED2BF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.77%

R = 45.06%
G = 8.17%
B = 46.77%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ED2BF6 (or 0xED2BF6) is known color: Psychedelic Purple. HEX triplet: ED, 2B and F6. RGB value is (237,43,246). Sum of RGB (Red+Green+Blue) = 237+43+246=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 43 (17.19% from 255 or 8.17% from 526); Blue value is 246 (96.48% from 255 or 46.77% from 526); Max value from RGB is 246 - color contains mainly: blue. Hex color #ED2BF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2BF6 is #12D409. Grayscale: #7B7B7B. Windows color (decimal): -1233930 or 16133101. OLE color: 16133101.

HSL color Cylindrical-coordinate representation of color #ED2BF6: hue angle of 297.34º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED2BF6 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 43 246 -
CMYK 0.04 0.83 0 0.04
HSL 297.34º 0.92% 0.57% -
HSV(B) 297.34º 0.83% 0.96% -
XYZ 52.42 26.39 89.52 -
YUV 124.15 196.77 208.49 -
System Red Green Blue C M Y K H S L
Decimal 237 43 246 0.04 0.83 0 0.04 297.34 0.92 0.57
Hex ED 2B F6 4 53 0 4 129 5C 39
Octal 355 53 366 4 123 0 4 451 134 71
Binary 11101101 101011 11110110 100 1010011 0 100 100101001 1011100 111001

Color Harmonies of #ED2BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2BF6

Black with #ED2BF6

Text Example


Text Example

White with #ED2BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2BF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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