Html Css Color HEX #ED09FB Psychedelic Purple

📋 copy color: '#ED09FB'

red 237 ◦ green 9 ◦ blue 251

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

Shades of Psychedelic Purple #ED09FB

Tints of Psychedelic Purple #ED09FB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.81%

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

R = 47.69%
G = 1.81%
B = 50.5%

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

#ED09FB (or 0xED09FB) is known color: Psychedelic Purple. HEX triplet: ED, 09 and FB. RGB value is (237,9,251). Sum of RGB (Red+Green+Blue) = 237+9+251=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 9 (3.91% from 255 or 1.81% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED09FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED09FB is #12F604. Grayscale: #686868. Windows color (decimal): -1242629 or 16452077. OLE color: 16452077.

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

Color convert

RGB 237 9 251 -
CMYK 0.06 0.96 0 0.02
HSL 296.53º 0.97% 0.51% -
HSV(B) 296.53º 0.96% 0.98% -
XYZ 52.44 25.16 93.36 -
YUV 104.76 210.54 222.32 -
System Red Green Blue C M Y K H S L
Decimal 237 9 251 0.06 0.96 0 0.02 296.53 0.97 0.51
Hex ED 9 FB 6 60 0 2 129 61 33
Octal 355 11 373 6 140 0 2 451 141 63
Binary 11101101 1001 11111011 110 1100000 0 10 100101001 1100001 110011

Color Harmonies of #ED09FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED09FB

Black with #ED09FB

Text Example


Text Example

White with #ED09FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED09FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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