Html Css Color HEX #ED05FB Psychedelic Purple

📋 copy color: '#ED05FB'

red 237 ◦ green 5 ◦ blue 251

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

Shades of Psychedelic Purple #ED05FB

Tints of Psychedelic Purple #ED05FB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.01%

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

R = 48.07%
G = 1.01%
B = 50.91%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ED05FB (or 0xED05FB) is known color: Psychedelic Purple. HEX triplet: ED, 05 and FB. RGB value is (237,5,251). Sum of RGB (Red+Green+Blue) = 237+5+251=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 5 (2.34% from 255 or 1.01% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED05FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED05FB is #12FA04. Grayscale: #656565. Windows color (decimal): -1243653 or 16451053. OLE color: 16451053.

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

Color convert

RGB 237 5 251 -
CMYK 0.06 0.98 0 0.02
HSL 296.59º 0.97% 0.5% -
HSV(B) 296.59º 0.98% 0.98% -
XYZ 52.39 25.08 93.35 -
YUV 102.41 211.86 224 -
System Red Green Blue C M Y K H S L
Decimal 237 5 251 0.06 0.98 0 0.02 296.59 0.97 0.5
Hex ED 5 FB 6 62 0 2 129 61 32
Octal 355 5 373 6 142 0 2 451 141 62
Binary 11101101 101 11111011 110 1100010 0 10 100101001 1100001 110010

Color Harmonies of #ED05FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED05FB

Black with #ED05FB

Text Example


Text Example

White with #ED05FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED05FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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