Html Css Color HEX #ED06F8 Psychedelic Purple

📋 copy color: '#ED06F8'

red 237 ◦ green 6 ◦ blue 248

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

Shades of Psychedelic Purple #ED06F8

Tints of Psychedelic Purple #ED06F8

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.22%

 BLUE value IS 248 (97.27% from 255) = 50.51%

R = 48.27%
G = 1.22%
B = 50.51%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ED06F8 (or 0xED06F8) is known color: Psychedelic Purple. HEX triplet: ED, 06 and F8. RGB value is (237,6,248). Sum of RGB (Red+Green+Blue) = 237+6+248=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 6 (2.73% from 255 or 1.22% from 491); Blue value is 248 (97.27% from 255 or 50.51% from 491); Max value from RGB is 248 - color contains mainly: blue. Hex color #ED06F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED06F8 is #12F907. Grayscale: #656565. Windows color (decimal): -1243400 or 16254701. OLE color: 16254701.

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

Color convert

RGB 237 6 248 -
CMYK 0.04 0.98 0 0.03
HSL 297.27º 0.95% 0.5% -
HSV(B) 297.27º 0.98% 0.97% -
XYZ 51.93 24.91 90.88 -
YUV 102.66 210.03 223.82 -
System Red Green Blue C M Y K H S L
Decimal 237 6 248 0.04 0.98 0 0.03 297.27 0.95 0.5
Hex ED 6 F8 4 62 0 3 129 5F 32
Octal 355 6 370 4 142 0 3 451 137 62
Binary 11101101 110 11111000 100 1100010 0 11 100101001 1011111 110010

Color Harmonies of #ED06F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED06F8

Black with #ED06F8

Text Example


Text Example

White with #ED06F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED06F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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