Html Css Color HEX #ED0BFB Psychedelic Purple

📋 copy color: '#ED0BFB'

red 237 ◦ green 11 ◦ blue 251

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

Shades of Psychedelic Purple #ED0BFB

Tints of Psychedelic Purple #ED0BFB

RGB

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

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

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

R = 47.49%
G = 2.2%
B = 50.3%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED0BFB (or 0xED0BFB) is known color: Psychedelic Purple. HEX triplet: ED, 0B and FB. RGB value is (237,11,251). Sum of RGB (Red+Green+Blue) = 237+11+251=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 11 (4.69% from 255 or 2.20% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED0BFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0BFB is #12F404. Grayscale: #696969. Windows color (decimal): -1242117 or 16452589. OLE color: 16452589.

HSL color Cylindrical-coordinate representation of color #ED0BFB: hue angle of 296.5º degrees, saturation: 0.97, 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 #ED0BFB is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 11 251 -
CMYK 0.06 0.96 0 0.02
HSL 296.5º 0.97% 0.51% -
HSV(B) 296.5º 0.96% 0.98% -
XYZ 52.46 25.21 93.37 -
YUV 105.93 209.87 221.49 -
System Red Green Blue C M Y K H S L
Decimal 237 11 251 0.06 0.96 0 0.02 296.5 0.97 0.51
Hex ED B FB 6 60 0 2 128 61 33
Octal 355 13 373 6 140 0 2 450 141 63
Binary 11101101 1011 11111011 110 1100000 0 10 100101000 1100001 110011

Color Harmonies of #ED0BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED0BFB

Black with #ED0BFB

Text Example


Text Example

White with #ED0BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED0BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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