Html Css Color HEX #ED0BFA Psychedelic Purple

📋 copy color: '#ED0BFA'

red 237 ◦ green 11 ◦ blue 250

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

Shades of Psychedelic Purple #ED0BFA

Tints of Psychedelic Purple #ED0BFA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.21%

 BLUE value IS 250 (98.05% from 255) = 50.2%

R = 47.59%
G = 2.21%
B = 50.2%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED0BFA (or 0xED0BFA) is known color: Psychedelic Purple. HEX triplet: ED, 0B and FA. RGB value is (237,11,250). Sum of RGB (Red+Green+Blue) = 237+11+250=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 11 (4.69% from 255 or 2.21% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED0BFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0BFA is #12F405. Grayscale: #696969. Windows color (decimal): -1242118 or 16387053. OLE color: 16387053.

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

Color convert

RGB 237 11 250 -
CMYK 0.05 0.96 0 0.02
HSL 296.74º 0.96% 0.51% -
HSV(B) 296.74º 0.96% 0.98% -
XYZ 52.3 25.15 92.54 -
YUV 105.82 209.37 221.57 -
System Red Green Blue C M Y K H S L
Decimal 237 11 250 0.05 0.96 0 0.02 296.74 0.96 0.51
Hex ED B FA 5 60 0 2 129 60 33
Octal 355 13 372 5 140 0 2 451 140 63
Binary 11101101 1011 11111010 101 1100000 0 10 100101001 1100000 110011

Color Harmonies of #ED0BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0BFA

Black with #ED0BFA

Text Example


Text Example

White with #ED0BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0BFA; }

 p { color: rgb(237,11,250); }

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

background-color css

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

 a { background-color: rgb(237,11,250); }

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

border-color css

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

 span { border-color: rgb(237,11,250); }

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