#ED06FB

Color #ED06FB Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #ED06FB

Tints of Psychedelic Purple #ED06FB

Color information

#ED06FB (or 0xED06FB) is unknown color: approx Psychedelic Purple. HEX triplet: ED, 06 and FB. RGB value is (237,6,251). Sum of RGB (Red+Green+Blue) = 237+6+251=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 6 (2.73% from 255 or 1.21% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED06FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED06FB is #12F904. Grayscale: #666666. Windows color (decimal): -1243397 or 16451309. OLE color: 16451309.

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

Color convert

RGB2376251-
CMYK0.060.9800.02
HSL296.57º96.84%50.39%-
HSV(B)296.57º97.61%98.43%-
XYZ52.425.193.35-
YUV103211.53223.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.98%
GREEN value IS 6 (2.73% from 255) = 1.21%
BLUE value IS 251 (98.44% from 255) = 50.81%
R=47.98%
G=1.21%
B=50.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal23762510.060.9800.02296.5796.8450.39
HexED6FB662021296132
Octal355637361420245114162
Binary111011011101111101111011000100101001010011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED06FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED06FB; }

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

 H1.HeaderClassName
 {
   color: #ED06FB;
 }
 .AnyTagClassName
 {
   color: #ED06FB;
 }
</style>
background-color css

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

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

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

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

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

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