Html Css Color HEX #ED06FC Psychedelic Purple

📋 copy color: '#ED06FC'

red 237 ◦ green 6 ◦ blue 252

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

Shades of Psychedelic Purple #ED06FC

Tints of Psychedelic Purple #ED06FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.91%

R = 47.88%
G = 1.21%
B = 50.91%

CMYK

 C value IS 0.06

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ED06FC (or 0xED06FC) is known color: Psychedelic Purple. HEX triplet: ED, 06 and FC. RGB value is (237,6,252). Sum of RGB (Red+Green+Blue) = 237+6+252=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 6 (2.73% from 255 or 1.21% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED06FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED06FC is #12F903. Grayscale: #666666. Windows color (decimal): -1243396 or 16516845. OLE color: 16516845.

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

Color convert

RGB 237 6 252 -
CMYK 0.06 0.98 0 0.01
HSL 296.34º 0.98% 0.51% -
HSV(B) 296.34º 0.98% 0.99% -
XYZ 52.56 25.16 94.18 -
YUV 103.11 212.03 223.5 -
System Red Green Blue C M Y K H S L
Decimal 237 6 252 0.06 0.98 0 0.01 296.34 0.98 0.51
Hex ED 6 FC 6 62 0 1 128 62 33
Octal 355 6 374 6 142 0 1 450 142 63
Binary 11101101 110 11111100 110 1100010 0 1 100101000 1100010 110011

Color Harmonies of #ED06FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED06FC

Black with #ED06FC

Text Example


Text Example

White with #ED06FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED06FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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